Skip to content

Commit

Permalink
Merge pull request #11 from andrewjpage/add_chrom_name_to_source
Browse files Browse the repository at this point in the history
version
  • Loading branch information
andrewjpage committed Nov 12, 2014
2 parents 8539ba8 + 7e68bb1 commit 5ecd2ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def read(fname):

setup(
name='gff3toembl',
version='0.3',
version='0.3.1',
description='Convert a GFF3 file to EMBL format for submission',
long_description=read('README.md'),
packages = find_packages(),
Expand All @@ -25,4 +25,4 @@ def read(fname):
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Bio-Informatics",
],
)
)

0 comments on commit 5ecd2ff

Please sign in to comment.