Skip to content

Commit 910639f

Browse files
chore(release): v1.19.0
Automatically generated by python-semantic-release
1 parent 0710773 commit 910639f

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.18.0"
3+
version = "1.19.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
@@ -28,4 +28,4 @@
2828
from galileo_core.schemas.protect.ruleset import Ruleset
2929
from galileo_core.schemas.protect.stage import StageType
3030

31-
__version__ = "1.18.0"
31+
__version__ = "1.19.0"

0 commit comments

Comments
 (0)