Skip to content

Commit e014b7a

Browse files
author
Bryan Bartley
committed
Bump version
1 parent ebda60a commit e014b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

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

1919
# Indicate who your project is intended for
2020
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)