From 4ed58e25f945a9eae978544a23907c6787b2f761 Mon Sep 17 00:00:00 2001 From: rbroc Date: Thu, 18 Jan 2024 20:40:06 +0100 Subject: [PATCH] trigger deployment --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 76f9b2c..8aec04c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Materials and documentation concerning this study are available under [`paper`]( ### :gear: Installation We strongly recommend that you install `simcat` from pip: -`pip install -U simcat` +`pip install simcat==0.2` You can also install `simcat` from source by running: diff --git a/pyproject.toml b/pyproject.toml index 0902de1..e2ce3ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "simcat" -version = "0.2" +version = "0.3" authors = [ { name="Roberta Rocca", email="rbrrcc@gmail.com"}, ]