Skip to content

Commit

Permalink
changed release number
Browse files Browse the repository at this point in the history
  • Loading branch information
laurafontanesi committed Feb 25, 2021
1 parent 1ef77d9 commit 8230f31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rlssm/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit 8230f31

Please sign in to comment.