We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 605eb6f commit aa08cebCopy full SHA for aa08ceb
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "galileo"
3
-version = "1.2.0"
+version = "1.3.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
@@ -14,4 +14,4 @@
14
from galileo_core.schemas.logging.step import StepType
15
from galileo_core.schemas.logging.trace import Trace
16
17
-__version__ = "1.2.0"
+__version__ = "1.3.0"
0 commit comments