File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626try :
2727 __version__ : str = _metadata .version (__package__ or "airefinery-sdk" )
2828except _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)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " airefinery-sdk"
7- version = " 1.31.3 "
7+ version = " 1.31.4 "
88description = " AI Refinery™ by Accenture SDK for developing and executing AI multi-agent solutions."
99readme = " README.md"
1010requires-python = " >=3.12"
Original file line number Diff line number Diff line change 22
33from setuptools import find_packages , setup
44
5- VERSION = "1.31.3 "
5+ VERSION = "1.31.4 "
66
77
88setup (
You can’t perform that action at this time.
0 commit comments