Skip to content

Commit 92fc4b1

Browse files
bump version
1 parent a538c7c commit 92fc4b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ curl -O https://raw.githubusercontent.com/fractal-analytics-platform/fractal-ila
2020
* The scrip might require some small modifications.
2121

2222
```bash
23-
VERSION="v0.1.1" # Version of the package to install (by default the latest version)
23+
VERSION="0.2.0" # Version of the package to install (by default the latest version)
2424
COMMMAND="mamba" # Command to use to create the environment (mamba or conda)
2525
# Location of the environment
2626
# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME

create_env_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION="0.1.1"
1+
VERSION="0.2.0"
22
COMMMAND="mamba"
33
# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
44
# If ENVPREFIX is NULL, the environment will be created in the default location

0 commit comments

Comments
 (0)