Skip to content

Commit 5a7c747

Browse files
chore(release): v1.49.0
Automatically generated by python-semantic-release
1 parent 8be1413 commit 5a7c747

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.48.0"
3+
version = "1.49.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
@@ -47,7 +47,7 @@
4747
from galileo_core.schemas.protect.ruleset import Ruleset
4848
from galileo_core.schemas.protect.stage import StageType
4949

50-
__version__ = "1.48.0"
50+
__version__ = "1.49.0"
5151

5252
__all__ = [
5353
"AgentSpan",

0 commit comments

Comments
 (0)