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"