version bump to 2.0.0. Yay "eth2" deprication

This commit is contained in:
Carl Beekhuizen 2022-01-27 07:24:44 -08:00
parent f8e30fd46a
commit 8bf79795d5
No known key found for this signature in database
GPG Key ID: 8F29E54F49E7AAB5

View File

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