diff --git a/src/unstract/api_deployments/__init__.py b/src/unstract/api_deployments/__init__.py index 4bb1128..653a194 100644 --- a/src/unstract/api_deployments/__init__.py +++ b/src/unstract/api_deployments/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.5.2" +__version__ = "1.5.3" from .client import APIDeploymentsClient as APIDeploymentsClient