Skip to content

Commit d1107d5

Browse files
author
github-actions
committed
version Update Mode
1 parent 462a340 commit d1107d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "libcrypto"
7-
version = "1.3.8"
7+
version = "1.3.9"
88
description = "A professional library For Cryptography and Cryptocurrencies in Python."
99
readme = "README.md"
1010
requires-python = ">=3.8"

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.3.8",
20+
version="1.3.9",
2121
description="Comprehensive cryptocurrency wallet library with BIP39/BIP32 support using embedded cryptographic primitives",
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.3.8"
33+
__version__ = "1.3.9"
3434
__all__ = [
3535
# Library Version
3636
'__version__',

0 commit comments

Comments
 (0)