Commit 733dc3ae by peastman Committed by GitHub

Merge pull request #158 from peastman/version

Update version number to 1.5
parents 8f609f84 1eb0abba
...@@ -30,7 +30,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. ...@@ -30,7 +30,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
""" """
from __future__ import absolute_import from __future__ import absolute_import
__author__ = "Peter Eastman" __author__ = "Peter Eastman"
__version__ = "1.4" __version__ = "1.5"
import simtk.openmm as mm import simtk.openmm as mm
import simtk.openmm.app as app import simtk.openmm.app as app
......
...@@ -34,12 +34,12 @@ from setuptools import setup, find_packages ...@@ -34,12 +34,12 @@ from setuptools import setup, find_packages
DOCLINES = __doc__.split("\n") DOCLINES = __doc__.split("\n")
######################## ########################
__version__ = '1.4' __version__ = '1.5'
VERSION = __version__ VERSION = __version__
ISRELEASED = False ISRELEASED = False
######################## ########################
CLASSIFIERS = """\ CLASSIFIERS = """\
Development Status :: 3 - Alpha Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research Intended Audience :: Science/Research
Intended Audience :: Developers Intended Audience :: Developers
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment