Skip to content

Commit 970fdef

Browse files
committed
Merge branch 'main' of https://github.com/pylibit/libit
2 parents a19f222 + 4db5920 commit 970fdef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Supports Bitcoin, Ethereum, Tron, Litecoin, Dogecoin, Bitcoin Cash, Dash, Zcash, and Vertcoin.
44
"""
55

6-
__version__ = "5.3.4"
6+
__version__ = "5.3.5"
77

88
# Core imports from lib (Legacy support)
99
from .lib import (

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 = "libit"
7-
version = "5.3.4"
7+
version = "5.3.5"
88
description = "Professional Bitcoin, Ethereum and Tron wallet generation library with support for multiple address formats"
99
readme = "README.md"
1010
license = {text = "MIT"}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="libit",
8-
version="5.3.4",
8+
version="5.3.5",
99
license="http://opensource.org/licenses/MIT",
1010
packages=find_packages(),
1111
install_requires=["pycryptodome>=3.15.0", "ecdsa>=0.18.0"],

0 commit comments

Comments
 (0)