Skip to content

Commit

Permalink
build: set version 0.11.1 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Oct 4, 2022
1 parent a97b251 commit 9f752eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biothings/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class _version_info(NamedTuple):
micro: int


version_info = _version_info(0, 11, 0)
version_info = _version_info(0, 11, 1)
__version__ = '.'.join(map(str, version_info))


Expand Down

0 comments on commit 9f752eb

Please sign in to comment.