Skip to content

Commit

Permalink
Remove new function
Browse files Browse the repository at this point in the history
Signed-off-by: jamshale <[email protected]>
  • Loading branch information
jamshale committed Aug 21, 2024
1 parent fc607d0 commit 38508b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wrappers/python/aries_askar/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""aries_askar library wrapper version."""

__version__ = "0.3.3b0"
__version__ = "0.3.3b6"
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

PACKAGE_NAME = "aries_askar_jamshale"
version_meta = runpy.run_path("./{}/version.py".format(PACKAGE_NAME))
VERSION = "0.3.3b0"
VERSION = "0.3.3b6"

with open(os.path.abspath("./README.md"), "r") as fh:
long_description = fh.read()
Expand Down

0 comments on commit 38508b7

Please sign in to comment.