We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a750a8b commit 4032111Copy full SHA for 4032111
src/unstract/api_deployments/__init__.py
@@ -0,0 +1,7 @@
1
+__version__ = "0.1.0"
2
+
3
+from .api_deployments_client import APIDeploymentsClient
4
5
6
+def get_sdk_version():
7
+ return __version__
0 commit comments