SDK / CLI v2.3.0 (#5511)

- Updated package versions
- Extended server version list in SDK to 2.4 for the public instance
main
Maxim Zhiltsov 3 years ago committed by GitHub
parent aeef8276c7
commit a773042e4e
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.3.0
Pillow>=6.2.0

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

@ -55,6 +55,7 @@ class Client:
pv.Version("2.1"),
pv.Version("2.2"),
pv.Version("2.3"),
pv.Version("2.4"),
)
def __init__(

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

Loading…
Cancel
Save