Skip to content

Commit

Permalink
Bump version: 0.6.3 → 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveirabruno92 committed Oct 5, 2023
1 parent df80ac3 commit a3e010c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.3
current_version = 0.6.4
commit = True
files = setup.py
tag = False
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

# The short X.Y version.
# version = version_ns['__version__'][:6]
version = "0.6.3"
version = "0.6.4"

# The full version, including alpha/beta/rc tags.
# release = version_ns['__version__']
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "elemeno-ai-sdk"
version = "0.6.3"
version = "0.6.4"
description = "A set of glue code and utilities to make using elemeno AI platform a smooth experience"
authors = ["Semantix Dev team <dev@semantix.ai>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def parse_requirements(filename):

setup(
name="elemeno-ai-sdk",
version="0.6.3",
version="0.6.4",
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"
Expand Down
2 changes: 1 addition & 1 deletion src/elemeno_ai_sdk/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.6.3"
__version__ = "0.6.4"

import logging
import os
Expand Down

0 comments on commit a3e010c

Please sign in to comment.