Skip to content

Commit

Permalink
Merge pull request #148 from peastman/version
Browse files Browse the repository at this point in the history
Updated version number to 1.4
  • Loading branch information
peastman authored Feb 4, 2017
2 parents 5ed0d25 + 80ff168 commit f040687
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"""
from __future__ import absolute_import
__author__ = "Peter Eastman"
__version__ = "1.1"
__version__ = "1.4"

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

########################
__version__ = '1.3'
__version__ = '1.4'
VERSION = __version__
ISRELEASED = False
########################
Expand Down Expand Up @@ -74,6 +74,6 @@ def find_package_data():
packages=find_packages(),
package_data={'pdbfixer': find_package_data()},
zip_safe=False,
install_requires=['numpy', 'openmm >= 7.0'],
install_requires=['numpy', 'openmm >= 7.1'],
entry_points={'console_scripts': ['pdbfixer = pdbfixer.pdbfixer:main']})

0 comments on commit f040687

Please sign in to comment.