From 87c414e11b9e07e12f2fa5d94122c380ad738447 Mon Sep 17 00:00:00 2001 From: oliveirabruno92 Date: Tue, 31 Oct 2023 16:03:35 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.9=20=E2=86=92=200.6.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- src/elemeno_ai_sdk/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 58d64b9..cf2dbae 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.9 +current_version = 0.6.10 commit = True files = setup.py tag = False diff --git a/docs/conf.py b/docs/conf.py index 62a0eb3..ab66ad4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -32,7 +32,7 @@ # The short X.Y version. # version = version_ns['__version__'][:6] -version = "0.6.9" +version = "0.6.10" # The full version, including alpha/beta/rc tags. # release = version_ns['__version__'] diff --git a/pyproject.toml b/pyproject.toml index 51464fc..c53b211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elemeno-ai-sdk" -version = "0.6.9" +version = "0.6.10" description = "A set of glue code and utilities to make using elemeno AI platform a smooth experience" authors = ["Semantix Dev team "] license = "Apache-2.0" diff --git a/setup.py b/setup.py index 40e2de0..e2a60b9 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def parse_requirements(filename): setup( name="elemeno-ai-sdk", - version="0.6.9", + version="0.6.10", license="Apache-2.0", description="A set of glue code and utilities to make using elemeno AI platform a smooth experience", long_description="%s\n%s" diff --git a/src/elemeno_ai_sdk/__init__.py b/src/elemeno_ai_sdk/__init__.py index bf861b9..d867653 100644 --- a/src/elemeno_ai_sdk/__init__.py +++ b/src/elemeno_ai_sdk/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.6.9" +__version__ = "0.6.10" __name__ = "elemeno_ai_sdk"