We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a36978 commit 18a3f7fCopy full SHA for 18a3f7f
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "galileo"
3
-version = "1.19.0"
+version = "1.20.0"
4
description = "Client library for the Galileo platform."
5
authors = [{ name = "Galileo Technologies Inc.", email = "team@galileo.ai" }]
6
readme = "README.md"
src/galileo/__init__.py
@@ -28,4 +28,4 @@
28
from galileo_core.schemas.protect.ruleset import Ruleset
29
from galileo_core.schemas.protect.stage import StageType
30
31
-__version__ = "1.19.0"
+__version__ = "1.20.0"
0 commit comments