From 9234704883092fc02bd13da7029dc7f3f3793366 Mon Sep 17 00:00:00 2001 From: Bryan Bartley Date: Sun, 10 Oct 2021 17:04:28 -0700 Subject: [PATCH] Bump version to 1.0b1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',