Skip to content

Commit 8d92911

Browse files
author
github-actions
committed
version Update Mode
1 parent 0cf85db commit 8d92911

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def get_long_description():
1717

1818
setup(
1919
name="libcrypto",
20-
version="1.0.3",
20+
version="1.0.4",
2121
description="Comprehensive cryptocurrency wallet library with BIP39/BIP32 support using only pycryptodome",
2222
long_description=get_long_description(),
2323
long_description_content_type="text/markdown",

src/libcrypto/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
InvalidFormatError
3131
)
3232

33-
__version__ = "1.0.3"
33+
__version__ = "1.0.4"
3434
__all__ = [
3535
# Library Version
3636
'__version__',

0 commit comments

Comments
 (0)