We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3af48c0 + 5cbbf5f commit dff30a0Copy full SHA for dff30a0
setup.py
@@ -17,7 +17,7 @@ def get_long_description():
17
18
setup(
19
name="libcrypto",
20
- version="1.0.0",
+ version="1.0.1",
21
description="Comprehensive cryptocurrency wallet library with BIP39/BIP32 support using only pycryptodome",
22
long_description=get_long_description(),
23
long_description_content_type="text/markdown",
src/libcrypto/__init__.py
@@ -30,7 +30,7 @@
30
InvalidFormatError
31
)
32
33
-__version__ = '1.0.0'
+__version__ = "1.0.1"
34
__all__ = [
35
# Library Version
36
'__version__',
0 commit comments