Skip to content

Commit 1a88df9

Browse files
committed
Release 1.1.0
1 parent 5ccba53 commit 1a88df9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@ example:
2121
an example configuration for running xfaster
2222

2323

24-
To get started, install xfaster:
24+
To get started, install xfaster::
2525

26-
python setup.py install
27-
28-
Or, if running on a shared machine:
29-
30-
python setup.py install --user
26+
pip install xfaster

xfaster/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .parse_tools import load_and_parse, save
55
from .spec_tools import get_camb_cl
66

7-
__version__ = "1.0.0"
7+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)