Skip to content

Commit

Permalink
[update] version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
136s committed Jun 4, 2024
1 parent 19391db commit 378700e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncbi_counts/__version__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python

VERSION = (0, 1, 0)
VERSION = (0, 2, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit 378700e

Please sign in to comment.