Skip to content

Commit

Permalink
bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Leighton Pritchard committed Jul 25, 2020
1 parent 7bb4027 commit 2e7fbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncbi_cds_from_protein/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# python package version
# should match r"^__version__ = '(?P<version>[^']+)'$" for setup.py
__version__ = "0.2.0a1"
__version__ = "0.2.0"


class NCFPException(Exception):
Expand Down

0 comments on commit 2e7fbe0

Please sign in to comment.