This commit is contained in:
Carl Beekhuizen 2020-09-22 14:29:34 +02:00
parent febfc319f9
commit 4a9bab88e6
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="eth2deposit",
version='0.2.1',
version='0.3.0',
py_modules=["eth2deposit"],
packages=find_packages(exclude=('tests', 'docs')),
python_requires=">=3.7,<4",