Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
njvack committed Nov 19, 2020
1 parent ea85070 commit b4a2d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bioread/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# NOTE: This file must not import anything, or it will break installation.

version_tuple = (2, 0, 0)
version_tuple = (2, 1, 0)
version = ".".join([str(p) for p in version_tuple])
version_description = "bioread {0}".format(version)

Expand Down

0 comments on commit b4a2d69

Please sign in to comment.