diff --git a/docs-api/meta.json b/docs-api/meta.json index e7d7635..0d7dd99 100644 --- a/docs-api/meta.json +++ b/docs-api/meta.json @@ -1,7 +1,7 @@ { "version": 1, "package": "pluto", - "package_version": "0.0.25", + "package_version": "0.0.26", "public_api": [ "Artifact", "Audio", diff --git a/pluto/__init__.py b/pluto/__init__.py index 89eb7fa..dd52957 100644 --- a/pluto/__init__.py +++ b/pluto/__init__.py @@ -41,7 +41,7 @@ 'generate_run_id', ) -__version__ = '0.0.25' +__version__ = '0.0.26' # Replaced with the current commit when building the wheels. diff --git a/pyproject.toml b/pyproject.toml index 558a708..e2ae061 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pluto-ml" -version = "0.0.25" +version = "0.0.26" description = "Pluto ML - Machine Learning Operations Framework" packages = [ {include = "pluto"},