Skip to content

Commit 8d82fd0

Browse files
chore(release): v1.13.0
Automatically generated by python-semantic-release
1 parent 9264297 commit 8d82fd0

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.12.0"
3+
version = "1.13.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
@@ -16,4 +16,4 @@
1616
from galileo_core.schemas.protect.execution_status import ExecutionStatus
1717
from galileo_core.schemas.protect.stage import StageType
1818

19-
__version__ = "1.12.0"
19+
__version__ = "1.13.0"

0 commit comments

Comments
 (0)