We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136abb4 commit 4ed58e2Copy full SHA for 4ed58e2
README.md
@@ -53,7 +53,7 @@ Materials and documentation concerning this study are available under [`paper`](
53
### :gear: Installation
54
We strongly recommend that you install `simcat` from pip:
55
56
-`pip install -U simcat`
+`pip install simcat==0.2`
57
58
You can also install `simcat` from source by running:
59
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "simcat"
7
-version = "0.2"
+version = "0.3"
8
authors = [
9
{ name="Roberta Rocca", email="rbrrcc@gmail.com"},
10
]
0 commit comments