We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86d2518 commit edacd62Copy full SHA for edacd62
requirements.txt
@@ -1 +1 @@
1
-pysha3==1.0b1
+pysha3>=1.0b1
setup.py
@@ -5,12 +5,12 @@
5
6
here = os.path.abspath(os.path.dirname(__file__))
7
install_requires = [
8
- "pysha3==1.0b1"
+ "pysha3>=1.0b1"
9
]
10
11
setup(
12
name='merkletools',
13
- version='1.0.2',
+ version='1.0.3',
14
description='Merkle Tools',
15
classifiers=[
16
"Intended Audience :: Developers",
0 commit comments