Skip to content

Commit 927fbc9

Browse files
chore: bump version to 1.4.5
1 parent 31cd770 commit 927fbc9

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.4.4"
7+
version = "1.4.5"
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.4.4",
20+
version="1.4.5",
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.4.4"
33+
__version__ = "1.4.5"
3434
__all__ = [
3535
# Library Version
3636
'__version__',

0 commit comments

Comments
 (0)