Skip to content

Commit 4641c92

Browse files
authored
Merge pull request #52 from Accenture/version/1.31.4
Update to version 1.31.4
2 parents b2457e6 + 51b9019 commit 4641c92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

air/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
try:
2727
__version__: str = _metadata.version(__package__ or "airefinery-sdk")
2828
except _metadata.PackageNotFoundError: # pragma: no cover
29-
__version__ = "1.31.3"
29+
__version__ = "1.31.4"
3030

3131
# Decide the default base url
3232
# - Default: api.airefinery.accenture.com (production K8s cluster)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "airefinery-sdk"
7-
version = "1.31.3"
7+
version = "1.31.4"
88
description = "AI Refinery™ by Accenture SDK for developing and executing AI multi-agent solutions."
99
readme = "README.md"
1010
requires-python = ">=3.12"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import find_packages, setup
44

5-
VERSION = "1.31.3"
5+
VERSION = "1.31.4"
66

77

88
setup(

0 commit comments

Comments
 (0)