From 7ad942c918e127c60be52da4a2ce1559285f53e7 Mon Sep 17 00:00:00 2001 From: kwcantrell Date: Fri, 20 Nov 2020 16:52:02 -0800 Subject: [PATCH] bump version number for release (#451) * bump version number for release * updated Development status for pypi release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index bf3ccfa26..b2593ea01 100644 --- a/setup.py +++ b/setup.py @@ -9,13 +9,13 @@ from setuptools import setup, find_packages -__version__ = "0.3.0-dev" +__version__ = "1.0.0" __maintainer__ = "Empress development team" __email__ = "kcantrel@ucsd.edu" # based on the text found in github.com/qiime/pynast classes = """ - Development Status :: 5 - Alpha + Development Status :: 5 - Production/Stable License :: OSI Approved :: BSD License Topic :: Software Development :: Libraries :: Application Frameworks Topic :: Software Development :: User Interfaces