Skip to content

Commit

Permalink
Merge pull request #185 from peastman/version
Browse files Browse the repository at this point in the history
Updated version number to 1.6
  • Loading branch information
peastman authored Sep 4, 2019
2 parents 4e2daa1 + 30a5a1f commit 6343731
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5"
__version__ = "1.6"

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

########################
__version__ = '1.5'
__version__ = '1.6'
VERSION = __version__
ISRELEASED = False
########################
Expand Down

0 comments on commit 6343731

Please sign in to comment.