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 0cf85db commit 8d92911Copy full SHA for 8d92911
setup.py
@@ -17,7 +17,7 @@ def get_long_description():
17
18
setup(
19
name="libcrypto",
20
- version="1.0.3",
+ version="1.0.4",
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.3"
+__version__ = "1.0.4"
34
__all__ = [
35
# Library Version
36
'__version__',
0 commit comments