Skip to content

Commit edacd62

Browse files
committed
Allow recent versions of pysha3
Fixes #6
1 parent 86d2518 commit edacd62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pysha3==1.0b1
1+
pysha3>=1.0b1

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
here = os.path.abspath(os.path.dirname(__file__))
77
install_requires = [
8-
"pysha3==1.0b1"
8+
"pysha3>=1.0b1"
99
]
1010

1111
setup(
1212
name='merkletools',
13-
version='1.0.2',
13+
version='1.0.3',
1414
description='Merkle Tools',
1515
classifiers=[
1616
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)