diff --git a/setup.py b/setup.py index ed88711..edc1725 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ THIS IS A STUB FOR RUNNING THE APP setup( name="eth2deposit", - version='0.3.0', + version='0.4.0', py_modules=["eth2deposit"], packages=find_packages(exclude=('tests', 'docs')), python_requires=">=3.7,<4",