Skip to content

Commit

Permalink
Bump version, fix deploy script (#966)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminBossan committed May 17, 2023
1 parent cc210fe commit 80cacbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.13.0
0.13.1dev
2 changes: 1 addition & 1 deletion scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ conda env remove -y -n $CONDA_ENV
set -e

echo "creating empty conda env"
conda env create -q -n $CONDA_ENV
conda create -y -q -n $CONDA_ENV python=$PYTHON_VERSION

remove_env() {
source deactivate
Expand Down

0 comments on commit 80cacbe

Please sign in to comment.