Skip to content

Commit aa08ceb

Browse files
chore(release): v1.3.0
Automatically generated by python-semantic-release
1 parent 605eb6f commit aa08ceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "galileo"
3-
version = "1.2.0"
3+
version = "1.3.0"
44
description = "Client library for the Galileo platform."
55
authors = [{ name = "Galileo Technologies Inc.", email = "team@galileo.ai" }]
66
readme = "README.md"

src/galileo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
from galileo_core.schemas.logging.step import StepType
1515
from galileo_core.schemas.logging.trace import Trace
1616

17-
__version__ = "1.2.0"
17+
__version__ = "1.3.0"

0 commit comments

Comments
 (0)