diff --git a/docs-api/meta.json b/docs-api/meta.json index a6f0bd9..acafa69 100644 --- a/docs-api/meta.json +++ b/docs-api/meta.json @@ -1,7 +1,7 @@ { "version": 1, "package": "pluto", - "package_version": "0.0.27", + "package_version": "0.0.28", "public_api": [ "Artifact", "Audio", diff --git a/pluto/__init__.py b/pluto/__init__.py index 522c1c2..6a02b3f 100644 --- a/pluto/__init__.py +++ b/pluto/__init__.py @@ -44,7 +44,7 @@ 'agent', ) -__version__ = '0.0.27' +__version__ = '0.0.28' # Replaced with the current commit when building the wheels. diff --git a/pyproject.toml b/pyproject.toml index 22b8136..749ff3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pluto-ml" -version = "0.0.27" +version = "0.0.28" description = "Pluto ML - Machine Learning Operations Framework" packages = [ {include = "pluto"},