diff --git a/rlssm/version.py b/rlssm/version.py index a99d759..aca3bf3 100644 --- a/rlssm/version.py +++ b/rlssm/version.py @@ -4,8 +4,7 @@ # Format expected by setup.py and doc/source/conf.py: string of form "X.Y.Z" _version_major = 0 _version_minor = 1 -_version_micro = '' # use '' for first of series, number for 1 and above -_version_extra = 'dev' +_version_micro = 1 # use '' for first of series, number for 1 and above # _version_extra = '' # Uncomment this for full releases # Construct full version string from these. @@ -18,11 +17,10 @@ __version__ = '.'.join(map(str, _ver)) CLASSIFIERS = ["Development Status :: 1 - Planning", - "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", - "Programming Language :: Python", + "Programming Language :: Python :: 3'", "Topic :: Scientific/Engineering"] # Description should be a one-liner: