Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
🔖 bump lib version to 0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sigmanificient committed Aug 9, 2022
1 parent 7ec1db8 commit ef9ec7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.0
0.16.1
2 changes: 1 addition & 1 deletion pincer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def __repr__(self) -> str:
)


version_info = VersionInfo(0, 16, 0)
version_info = VersionInfo(0, 16, 1)
__version__ = repr(version_info)

__all__ = (
Expand Down

0 comments on commit ef9ec7f

Please sign in to comment.