Skip to content

Commit

Permalink
Allow recent versions of pysha3
Browse files Browse the repository at this point in the history
Fixes #6
  • Loading branch information
EderSantana committed Feb 14, 2018
1 parent 86d2518 commit edacd62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pysha3==1.0b1
pysha3>=1.0b1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

here = os.path.abspath(os.path.dirname(__file__))
install_requires = [
"pysha3==1.0b1"
"pysha3>=1.0b1"
]

setup(
name='merkletools',
version='1.0.2',
version='1.0.3',
description='Merkle Tools',
classifiers=[
"Intended Audience :: Developers",
Expand Down

0 comments on commit edacd62

Please sign in to comment.