We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64678ea commit 357ed88Copy full SHA for 357ed88
cdlclient/__init__.py
@@ -17,7 +17,7 @@
17
from cdlclient.baseproxy import SimpleBaseProxy # noqa: F401
18
from cdlclient.remote import SimpleRemoteProxy # noqa: F401
19
20
-__version__ = "0.9.1"
21
-__required_server_version__ = "0.14.0"
+__version__ = "0.10.0"
+__required_server_version__ = "0.14.2"
22
__docurl__ = "https://cdlclient.readthedocs.io/en/latest/"
23
__homeurl__ = "https://github.com/DataLab-Platform/DataLabSimpleClient/"
0 commit comments