diff --git a/alphapulldown/__init__.py b/alphapulldown/__init__.py index aa1beff6..e61c914c 100644 --- a/alphapulldown/__init__.py +++ b/alphapulldown/__init__.py @@ -1 +1 @@ -__version__ = "0.30.8" +__version__ = "1.00.0" diff --git a/setup.cfg b/setup.cfg index 3ff36dbf..f802818b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -28,7 +28,7 @@ package_dir = unifold = ./unifold/unifold/ include_package_data = True -python_requires = ">=3.8* +python_requires = >=3.8 install_requires = absl-py >= 0.13.0 dm-haiku