Skip to content

Commit 2f59909

Browse files
committed
chore: bump version to publish
1 parent 350d3c6 commit 2f59909

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project = "orquesta_sdk"
1313
copyright = "2023, orquesta"
1414
author = "orquesta"
15-
release = "1.11.4"
15+
release = "1.11.5"
1616

1717
# -- General configuration ---------------------------------------------------
1818
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

orquesta_sdk/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.11.4"
1+
__version__ = "1.11.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "orquesta_sdk"
3-
version = "1.11.4"
3+
version = "1.11.5"
44
description = "_LLM Operations and Integration Platform_"
55
authors = ["Orquesta <info@orquesta.dev>"]
66
classifiers = [

0 commit comments

Comments
 (0)