We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9264297 commit 8d82fd0Copy full SHA for 8d82fd0
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "galileo"
3
-version = "1.12.0"
+version = "1.13.0"
4
description = "Client library for the Galileo platform."
5
authors = [{ name = "Galileo Technologies Inc.", email = "team@galileo.ai" }]
6
readme = "README.md"
src/galileo/__init__.py
@@ -16,4 +16,4 @@
16
from galileo_core.schemas.protect.execution_status import ExecutionStatus
17
from galileo_core.schemas.protect.stage import StageType
18
19
-__version__ = "1.12.0"
+__version__ = "1.13.0"
0 commit comments