Skip to content

Commit bc9b8df

Browse files
chore(release): v1.1.0
Automatically generated by python-semantic-release
1 parent b204f50 commit bc9b8df

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.0.0"
3+
version = "1.1.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
@@ -13,4 +13,4 @@
1313
from galileo_core.schemas.logging.step import StepType
1414
from galileo_core.schemas.logging.trace import Trace
1515

16-
__version__ = "1.0.0"
16+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)