diff --git a/README.md b/README.md index 590b29b31..b2e03f93c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ [![Linux Build Status](https://travis-ci.org/choderalab/openmmtools.png?branch=master)](https://travis-ci.org/choderalab/openmmtools) [![Windows Build status](https://ci.appveyor.com/api/projects/status/70knpvcgvmah2qin?svg=true)](https://ci.appveyor.com/project/jchodera/openmmtools) -[![Binstar Badge](https://binstar.org/omnia/openmmtools/badges/version.svg)](https://binstar.org/omnia/openmmtools) - - +[![Anaconda Badge](https://anaconda.org/omnia/openmmtools/badges/version.svg)](https://anaconda.org/omnia/openmmtools) +[![Downloads Badge](https://anaconda.org/omnia/openmmtools/badges/downloads.svg)](https://anaconda.org/omnia/openmmtools/files) # Various Python tools for OpenMM diff --git a/setup.py b/setup.py index e6e341271..c164ca4ca 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ DOCLINES = __doc__.split("\n") ######################## -VERSION = "0.7.5" +VERSION = "0.8.0" ISRELEASED = False __version__ = VERSION ########################