Skip to content

Commit

Permalink
Bump version: 0.6.0.beta → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbmiguel committed Sep 21, 2023
1 parent f524b02 commit 7ebc6d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.0.beta
current_version = 0.6.1
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.0.beta"
version = "0.6.1"

# The full version, including alpha/beta/rc tags.
# release = version_ns['__version__']
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.0.beta",
version="0.6.1",
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.0.beta"
__version__ = "0.6.1"

import logging
import os
Expand Down

0 comments on commit 7ebc6d5

Please sign in to comment.