diff --git a/README.md b/README.md index 2ef03bf..a240350 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ [![Build Status](https://travis-ci.org/choderalab/assaytools.png)](https://travis-ci.org/choderalab/assaytools) +[![Anaconda Badge](https://anaconda.org/omnia/assaytools/badges/version.svg)](https://anaconda.org/omnia/assaytools) +[![Anaconda-Server Badge](https://anaconda.org/omnia/assaytools/badges/downloads.svg)](https://anaconda.org/omnia/assaytools) [![ReadTheDocs Status](https://readthedocs.org/projects/assaytools/badge/?version=latest)](https://readthedocs.org/projects/assaytools/?badge=latest) assaytools @@ -17,6 +19,7 @@ See some [examples](https://github.com/choderalab/assaytools/tree/master/example ## Authors * John D. Chodera `` * Sonya M. Hanson `` +* Mehtap Isik `` ## Acknowledgments -* Many thanks to the authors of the [MDTraj](http://mdtraj.org) project on which much of the modern project skeleton is based. \ No newline at end of file +* Many thanks to the authors of the [MDTraj](http://mdtraj.org) project on which much of the modern project skeleton is based. diff --git a/setup.py b/setup.py index 7b6ceba..1d3bb1a 100644 --- a/setup.py +++ b/setup.py @@ -47,7 +47,7 @@ ########################## VERSION = "0.2.0" -ISRELEASED = False +ISRELEASED = True __version__ = VERSION ##########################