File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " libcrypto"
7- version = " 1.4.4 "
7+ version = " 1.4.5 "
88description = " A professional library For Cryptography and Cryptocurrencies in Python."
99readme = " README.md"
1010requires-python = " >=3.8"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def get_long_description():
1717
1818setup (
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" ,
Original file line number Diff line number Diff line change 3030 InvalidFormatError
3131)
3232
33- __version__ = "1.4.4 "
33+ __version__ = "1.4.5 "
3434__all__ = [
3535 # Library Version
3636 '__version__' ,
You can’t perform that action at this time.
0 commit comments