Skip to content

Commit 1bf0ff4

Browse files
authored
Merge pull request #199 from cxhernandez/v1.1.0
Release v1.1.0
2 parents 892d490 + 6e5516e commit 1bf0ff4

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ If you use Osprey in your research, please cite:
157157
Stanislaw Jastrzebski and
158158
Brooke E. Husic and
159159
Vijay S. Pande},
160-
title = {osprey: Osprey 1.0.0},
160+
title = {Osprey 1.0.0},
161161
month = jun,
162162
year = 2016,
163163
doi = {10.5281/zenodo.56251},

devtools/conda-recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package:
22
name: osprey
3-
version: "1.1.0dev0"
3+
version: "1.1.0"
44

55
source:
66
path: ../../

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Changelog
44
=========
55

6-
v1.1.0dev
7-
------------------
6+
v1.1.0
7+
------
88

99
API Changes
1010
~~~~~~~~~~~
@@ -27,6 +27,6 @@ Bug Fixes
2727

2828

2929
v1.0.0
30-
------------------
30+
------
3131

3232
This is the first stable version of Osprey

paper/paper.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ @misc{osprey_archive
6666
Stanislaw Jastrzebski and
6767
Brooke E. Husic and
6868
Vijay Pande},
69-
title = {osprey: Osprey 1.0.0},
69+
title = {Osprey 1.0.0},
7070
month = jun,
7171
year = {2016},
7272
doi = {10.5281/zenodo.56251},

paper/paper.pdf

-21 Bytes
Binary file not shown.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from setuptools import setup, find_packages
66
from basesetup import write_version_py
77

8-
VERSION = '1.1.0dev0'
9-
ISRELEASED = False
8+
VERSION = '1.1.0'
9+
ISRELEASED = True
1010
__version__ = VERSION
1111

1212

0 commit comments

Comments
 (0)