Skip to content

Commit

Permalink
Updated version number to 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
peastman committed Dec 4, 2017
1 parent 1032f4d commit fc94b50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
DOCLINES = __doc__.split("\n")

########################
__version__ = '1.0'
__version__ = '1.1'
VERSION = __version__
ISRELEASED = False
########################
CLASSIFIERS = """\
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Intended Audience :: Science/Research
Intended Audience :: End Users/Desktop
License :: OSI Approved :: MIT License
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.0', 'pdbfixer'],
install_requires=['flask', 'openmm >= 7.2', 'pdbfixer >= 1.5'],
entry_points={'console_scripts': ['openmm-setup = openmmsetup.openmmsetup:main']})

0 comments on commit fc94b50

Please sign in to comment.