Skip to content

Commit

Permalink
Merge pull request #199 from cxhernandez/v1.1.0
Browse files Browse the repository at this point in the history
Release v1.1.0
  • Loading branch information
cxhernandez authored Sep 6, 2016
2 parents 892d490 + 6e5516e commit 1bf0ff4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ If you use Osprey in your research, please cite:
Stanislaw Jastrzebski and
Brooke E. Husic and
Vijay S. Pande},
title = {osprey: Osprey 1.0.0},
title = {Osprey 1.0.0},
month = jun,
year = 2016,
doi = {10.5281/zenodo.56251},
Expand Down
2 changes: 1 addition & 1 deletion devtools/conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: osprey
version: "1.1.0dev0"
version: "1.1.0"

source:
path: ../../
Expand Down
6 changes: 3 additions & 3 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

v1.1.0dev
------------------
v1.1.0
------

API Changes
~~~~~~~~~~~
Expand All @@ -27,6 +27,6 @@ Bug Fixes


v1.0.0
------------------
------

This is the first stable version of Osprey
2 changes: 1 addition & 1 deletion paper/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ @misc{osprey_archive
Stanislaw Jastrzebski and
Brooke E. Husic and
Vijay Pande},
title = {osprey: Osprey 1.0.0},
title = {Osprey 1.0.0},
month = jun,
year = {2016},
doi = {10.5281/zenodo.56251},
Expand Down
Binary file modified paper/paper.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
from setuptools import setup, find_packages
from basesetup import write_version_py

VERSION = '1.1.0dev0'
ISRELEASED = False
VERSION = '1.1.0'
ISRELEASED = True
__version__ = VERSION


Expand Down

0 comments on commit 1bf0ff4

Please sign in to comment.