Skip to content

Commit

Permalink
[update] version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
136s committed Dec 5, 2023
1 parent 5ca9965 commit a631726
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, 0, 1)
VERSION = (0, 1, 0)
__version__ = ".".join(map(str, VERSION))

0 comments on commit a631726

Please sign in to comment.