Skip to content

Commit

Permalink
Bump sdk and cli versions (cvat-ai#4923)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max authored Sep 8, 2022
1 parent f966df7 commit 4f6e81e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cvat-cli/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cvat-sdk==2.1.0
cvat-sdk~=2.1.0
Pillow>=6.2.0
2 changes: 1 addition & 1 deletion cvat-cli/src/cvat_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "2.1.0"
VERSION = "2.1.0.post1"
2 changes: 1 addition & 1 deletion cvat-sdk/gen/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -e

GENERATOR_VERSION="v6.0.1"

VERSION="2.1.0"
VERSION="2.1.0.post1"
LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="."
Expand Down
2 changes: 1 addition & 1 deletion tests/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cvat-sdk==2.1.0
cvat-sdk~=2.1.0
pytest==6.2.5
requests==2.26.0
deepdiff==5.6.0
Expand Down

0 comments on commit 4f6e81e

Please sign in to comment.