We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350d3c6 commit 2f59909Copy full SHA for 2f59909
docs/conf.py
@@ -12,7 +12,7 @@
12
project = "orquesta_sdk"
13
copyright = "2023, orquesta"
14
author = "orquesta"
15
-release = "1.11.4"
+release = "1.11.5"
16
17
# -- General configuration ---------------------------------------------------
18
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
orquesta_sdk/version.py
@@ -1 +1 @@
1
-__version__ = "1.11.4"
+__version__ = "1.11.5"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "orquesta_sdk"
3
-version = "1.11.4"
+version = "1.11.5"
4
description = "_LLM Operations and Integration Platform_"
5
authors = ["Orquesta <info@orquesta.dev>"]
6
classifiers = [
0 commit comments