We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebda60a commit e014b7aCopy full SHA for e014b7a
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(name='tyto',
4
- version='1.0b2',
+ version='1.0',
5
description='Automatically generates Python symbols for ontology terms',
6
python_requires='>=3.6',
7
url='https://github.com/SynBioDex/tyto',
@@ -14,7 +14,7 @@
14
# 3 - Alpha
15
# 4 - Beta
16
# 5 - Production/Stable
17
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
18
19
# Indicate who your project is intended for
20
'Intended Audience :: Developers',
0 commit comments