Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-api/meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": 1,
"package": "pluto",
"package_version": "0.0.25",
"package_version": "0.0.26",
"public_api": [
"Artifact",
"Audio",
Expand Down
2 changes: 1 addition & 1 deletion pluto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'generate_run_id',
)

__version__ = '0.0.25'
__version__ = '0.0.26'


# Replaced with the current commit when building the wheels.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"},
Expand Down