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.
1 parent dff30a0 commit 1dffb91Copy full SHA for 1dffb91
setup.py
@@ -17,7 +17,7 @@ def get_long_description():
17
18
setup(
19
name="libcrypto",
20
- version="1.0.1",
+ version="1.0.2",
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.1"
+__version__ = "1.0.2"
34
__all__ = [
35
# Library Version
36
'__version__',
0 commit comments