Bump sdk and cli versions (#4923)

main
Maxim Zhiltsov 3 years ago committed by GitHub
parent f966df7493
commit 4f6e81eab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,2 +1,2 @@
cvat-sdk==2.1.0 cvat-sdk~=2.1.0
Pillow>=6.2.0 Pillow>=6.2.0

@ -1 +1 @@
VERSION = "2.1.0" VERSION = "2.1.0.post1"

@ -8,7 +8,7 @@ set -e
GENERATOR_VERSION="v6.0.1" GENERATOR_VERSION="v6.0.1"
VERSION="2.1.0" VERSION="2.1.0.post1"
LIB_NAME="cvat_sdk" LIB_NAME="cvat_sdk"
LAYER1_LIB_NAME="${LIB_NAME}/api_client" LAYER1_LIB_NAME="${LIB_NAME}/api_client"
DST_DIR="." DST_DIR="."

@ -1,4 +1,4 @@
cvat-sdk==2.1.0 cvat-sdk~=2.1.0
pytest==6.2.5 pytest==6.2.5
requests==2.26.0 requests==2.26.0
deepdiff==5.6.0 deepdiff==5.6.0

Loading…
Cancel
Save