Merge pull request #56 from ethereum/version_bump

eth2deposit version bump v0.0.0 -> v0.1.0
This commit is contained in:
Carl Beekhuizen 2020-07-23 13:28:34 +02:00 committed by GitHub
commit 5b527d1388
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ THIS IS A STUB FOR RUNNING THE APP
setup(
name="eth2deposit",
version='0.0.0',
version='0.1.0',
py_modules=["eth2deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.7,<4",