Skip to content

Commit

Permalink
Version bump 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Hunt committed Mar 9, 2016
1 parent 4129098 commit c847bfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion circlator/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class Error (Exception): pass

version = '1.1.5'
version = '1.2.0'

def syscall(cmd, allow_fail=False, verbose=False):
if verbose:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='circlator',
version='1.1.5',
version='1.2.0',
description='circlator: a tool to circularise genome assemblies',
packages = find_packages(),
package_data={'circlator': ['data/*']},
Expand Down

0 comments on commit c847bfb

Please sign in to comment.