Skip to content

Commit

Permalink
Merge pull request #41 from peastman/15
Browse files Browse the repository at this point in the history
Updated version number
  • Loading branch information
peastman authored Nov 11, 2024
2 parents a8f7c5f + 442c077 commit 290ee19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
DOCLINES = __doc__.split("\n")

########################
__version__ = '1.3'
__version__ = '1.5'
VERSION = __version__
ISRELEASED = False
########################
Expand Down Expand Up @@ -54,6 +54,6 @@ def find_package_data():
packages=find_packages(),
package_data={'openmmsetup': find_package_data()},
zip_safe=False,
install_requires=['flask', 'openmm >= 7.7', 'pdbfixer >= 1.5'],
install_requires=['flask', 'openmm >= 8.1', 'pdbfixer >= 1.5'],
entry_points={'console_scripts': ['openmm-setup = openmmsetup.openmmsetup:main']})

0 comments on commit 290ee19

Please sign in to comment.