Skip to content

Commit

Permalink
Bumped pairwise macro-synteny blocks version to 1.3.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
alancleary committed Oct 31, 2022
1 parent f0d1884 commit 62b02d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def int_or_str(value):
except ValueError:
return value

__version__ = '1.3.1'
__version__ = '1.3.2'
VERSION = tuple(map(int_or_str, __version__.split('.')))

__schema_version__ = '1.1.0'
Expand Down

0 comments on commit 62b02d8

Please sign in to comment.