We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09de81b commit 7a6d756Copy full SHA for 7a6d756
libit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.0.3"
+__version__ = "5.0.6"
2
3
# Legacy imports for backward compatibility
4
from .lib import (
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="libit",
8
- version="5.0.3",
+ version="5.0.6",
9
license="http://opensource.org/licenses/MIT",
10
packages=find_packages(),
11
install_requires=["pycryptodome>=3.15.0", "ecdsa>=0.18.0"],
0 commit comments