diff --git a/setup.py b/setup.py index 74ca920..f0f09aa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="cdtools", - version="0.3.1", + version="0.3.0", python_requires='>3.8', # recommended minimum version for pytorch 2.3.0 author="Abe Levitan", author_email="abraham.levitan@psi.ch",