Skip to content

Commit

Permalink
Post release 0.11.0 (#814)
Browse files Browse the repository at this point in the history
* Update Python, twine versions in deploy.sh
* Bump version
  • Loading branch information
BenjaminBossan committed Oct 31, 2021
1 parent baf0580 commit 36c5668
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1dev
4 changes: 2 additions & 2 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
set -e

PYTORCH_VERSION=${PYTORCH_VERSION:-""}
PYTHON_VERSION="3.7"
TWINE_VERSION="1.12.1"
PYTHON_VERSION="3.9"
TWINE_VERSION=">3,<4.0.0dev"
CONDA_ENV="skorch-deploy"
CONDA_ENV_YML="environment.yml"

Expand Down

0 comments on commit 36c5668

Please sign in to comment.