Skip to content

Commit 7a6d756

Browse files
author
github-actions
committed
version Update Mode
1 parent 09de81b commit 7a6d756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "5.0.3"
1+
__version__ = "5.0.6"
22

33
# Legacy imports for backward compatibility
44
from .lib import (

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.0.3",
8+
version="5.0.6",
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)