Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Bartley committed Jan 25, 2022
1 parent ebda60a commit e014b7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup, find_packages

setup(name='tyto',
version='1.0b2',
version='1.0',
description='Automatically generates Python symbols for ontology terms',
python_requires='>=3.6',
url='https://github.com/SynBioDex/tyto',
Expand All @@ -14,7 +14,7 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',

# Indicate who your project is intended for
'Intended Audience :: Developers',
Expand Down

0 comments on commit e014b7a

Please sign in to comment.