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 1- __version__ = "5.0.3 "
1+ __version__ = "" 5.0 .4 " "
22
33# Legacy imports for backward compatibility
44from .lib import (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " libit"
7- version = " 5.0.3 "
7+ version = " 5.0.4 "
88description = " Professional Bitcoin, Ethereum and Tron wallet generation library with support for multiple address formats"
99readme = " README.md"
1010license = {text = " MIT" }
Original file line number Diff line number Diff line change 55
66setup (
77 name = "libit" ,
8- version = "5.0.3 " ,
8+ version = "5.0.4 " ,
99 license = "http://opensource.org/licenses/MIT" ,
1010 packages = find_packages (),
1111 install_requires = ["pycryptodome>=3.15.0" , "ecdsa>=0.18.0" ],
You can’t perform that action at this time.
0 commit comments