diff --git a/setup.py b/setup.py index 9b674b6..580c533 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='tyto', - version='1.0b0', + version='1.0b1', description='Automatically generates Python symbols for ontology terms', python_requires='>=3.6', url='https://github.com/SynBioDex/tyto',