Skip to content

Commit

Permalink
Merge pull request #709 from choderalab/cut0.16.2
Browse files Browse the repository at this point in the history
Release 0.16.2: Reduced Initial File Sizes
  • Loading branch information
Lnaden authored Jul 7, 2017
2 parents 2a0dbf9 + 966df1a commit fb3af54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requirements:
- netcdf4
- openmm >=7.1
- mdtraj >=1.7.2
- openmmtools >=0.10.0
- openmmtools >=0.11.2
- pymbar
- ambermini >=16.16.0
- docopt
Expand All @@ -38,7 +38,7 @@ requirements:
- netcdf4
- openmm >=7.1
- mdtraj >=1.7.2
- openmmtools >=0.10.0
- openmmtools >=0.11.2
- pymbar
- ambermini >=16.16.0
- docopt
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

########################
VERSION = "0.16.2" # Primary base version of the build
DEVBUILD = "0" # Dev build status, Either None or Integer as string
ISRELEASED = False # Are we releasing this as a full cut?
DEVBUILD = None # Dev build status, Either None or Integer as string
ISRELEASED = True # Are we releasing this as a full cut?
__version__ = VERSION
########################
CLASSIFIERS = """\
Expand Down Expand Up @@ -146,7 +146,7 @@ def find_package_data(data_root, package_root):
'cython',
'openmm',
'pymbar',
'openmmtools>=0.10.0',
'openmmtools>=0.11.2',
'docopt>=0.6.1',
'netcdf4',
'schema',
Expand Down

0 comments on commit fb3af54

Please sign in to comment.