From 4dfdb4f027f5cd5857b158d14814990a1e2bde7b Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Fri, 20 Jul 2018 16:22:22 +0200 Subject: [PATCH] Version bump to 1.1.0.2 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 0f14ed336..c6f5d918a 100755 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ def run(self): # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.1.0.1', + version='1.1.0.2', description='circtools - a circular RNA toolbox', long_description=long_description, @@ -116,11 +116,11 @@ def run(self): # Development Status :: 2 - Pre-Alpha # Development Status :: 3 - Alpha # Development Status :: 4 - Beta - 'Development Status :: 5 - Production/Stable', + # 'Development Status :: 5 - Production/Stable', # Development Status :: 6 - Mature # Development Status :: 7 - Inactive - # 'Development Status :: 4 - Beta', + 'Development Status :: 4 - Beta', # Indicate who your project is intended for 'Intended Audience :: Science/Research',