We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccba53 commit 1a88df9Copy full SHA for 1a88df9
README.rst
@@ -21,10 +21,6 @@ example:
21
an example configuration for running xfaster
22
23
24
-To get started, install xfaster:
+To get started, install xfaster::
25
26
- python setup.py install
27
-
28
-Or, if running on a shared machine:
29
30
- python setup.py install --user
+ pip install xfaster
xfaster/__init__.py
@@ -4,4 +4,4 @@
4
from .parse_tools import load_and_parse, save
5
from .spec_tools import get_camb_cl
6
7
-__version__ = "1.0.0"
+__version__ = "1.1.0"
0 commit comments