diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9e50c99..58d64b9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.8 +current_version = 0.6.9 commit = True files = setup.py tag = False diff --git a/docs/conf.py b/docs/conf.py index d3a2761..62a0eb3 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.8" +version = "0.6.9" # The full version, including alpha/beta/rc tags. # release = version_ns['__version__'] diff --git a/pyproject.toml b/pyproject.toml index 0501310..9deff8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "elemeno-ai-sdk" -version = "0.6.8" +version = "0.6.9" 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 50fdafc..40e2de0 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def parse_requirements(filename): setup( name="elemeno-ai-sdk", - version="0.6.8", + version="0.6.9", 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 9c0899f..bf861b9 100644 --- a/src/elemeno_ai_sdk/__init__.py +++ b/src/elemeno_ai_sdk/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.6.8" +__version__ = "0.6.9" __name__ = "elemeno_ai_sdk"