Skip to content

Commit

Permalink
Version bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hunt committed Oct 17, 2016
1 parent d96a1ab commit f6c2e43
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 @@

setup(
name='circlator',
version='1.3.1',
version='1.4.0',
description='circlator: a tool to circularise genome assemblies',
packages = find_packages(),
package_data={'circlator': ['data/*']},
Expand All @@ -21,7 +21,7 @@
'openpyxl',
'pyfastaq >= 3.12.1',
'pysam >= 0.8.1',
'pymummer>=0.7.1',
'pymummer>=0.9.0',
],
license='GPLv3',
classifiers=[
Expand Down

0 comments on commit f6c2e43

Please sign in to comment.