Skip to content

Commit 357ed88

Browse files
committed
Update version and required server version
1 parent 64678ea commit 357ed88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdlclient/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
1818
from cdlclient.remote import SimpleRemoteProxy # noqa: F401
1919

20-
__version__ = "0.9.1"
21-
__required_server_version__ = "0.14.0"
20+
__version__ = "0.10.0"
21+
__required_server_version__ = "0.14.2"
2222
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
2323
__homeurl__ = "https://github.com/DataLab-Platform/DataLabSimpleClient/"

0 commit comments

Comments
 (0)