Skip to content

Commit

Permalink
Update version number to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Dec 4, 2017
1 parent 8f609f8 commit 1eb0abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pdbfixer/pdbfixer.py
Expand Up @@ -30,7 +30,7 @@
"""
from __future__ import absolute_import
__author__ = "Peter Eastman"
__version__ = "1.4"
__version__ = "1.5"

import simtk.openmm as mm
import simtk.openmm.app as app
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -34,12 +34,12 @@
DOCLINES = __doc__.split("\n")

########################
__version__ = '1.4'
__version__ = '1.5'
VERSION = __version__
ISRELEASED = False
########################
CLASSIFIERS = """\
Development Status :: 3 - Alpha
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Expand Down

0 comments on commit 1eb0abb

Please sign in to comment.