Skip to content

Commit 6952abf

Browse files
chore(release): v1.29.0
Automatically generated by python-semantic-release
1 parent 34ab049 commit 6952abf

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.28.0"
3+
version = "1.29.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
@@ -29,4 +29,4 @@
2929
from galileo_core.schemas.protect.ruleset import Ruleset
3030
from galileo_core.schemas.protect.stage import StageType
3131

32-
__version__ = "1.28.0"
32+
__version__ = "1.29.0"

0 commit comments

Comments
 (0)