Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Oct 31, 2024
1 parent b2cd2c4 commit 2583feb
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 @@ -34,7 +34,7 @@
DOCLINES = __doc__.split("\n")

########################
__version__ = '1.9.0'
__version__ = '1.10.0'
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.1'],
install_requires=['numpy', 'openmm >= 8.2'],
entry_points={'console_scripts': ['pdbfixer = pdbfixer.pdbfixer:main']})

0 comments on commit 2583feb

Please sign in to comment.