diff --git a/src/unstract/api_deployments/__init__.py b/src/unstract/api_deployments/__init__.py new file mode 100644 index 0000000..1f12536 --- /dev/null +++ b/src/unstract/api_deployments/__init__.py @@ -0,0 +1,7 @@ +__version__ = "0.1.0" + +from .api_deployments_client import APIDeploymentsClient + + +def get_sdk_version(): + return __version__