diff --git a/src/unstract/api_deployments/__init__.py b/src/unstract/api_deployments/__init__.py index 0476e0b..9e79c54 100644 --- a/src/unstract/api_deployments/__init__.py +++ b/src/unstract/api_deployments/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "1.0.0" from .client import APIDeploymentsClient