We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0ae04 commit 79948bbCopy full SHA for 79948bb
libit/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "5.0.0"
+__version__ = "5.0.1"
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.0",
+ version="5.0.1",
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