diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f7cf54a..a9c4446 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.0 +current_version = 0.6.0 commit = True tag = True diff --git a/aimet_ml/__init__.py b/aimet_ml/__init__.py index b3b19bc..2033dc1 100644 --- a/aimet_ml/__init__.py +++ b/aimet_ml/__init__.py @@ -7,4 +7,4 @@ __author__ = """Pasit Jakkrawankul""" __email__ = 'pasit.j@aimet.tech' -__version__ = '0.5.0' +__version__ = '0.6.0' diff --git a/pyproject.toml b/pyproject.toml index 9dc1cc4..503f20d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "aimet-ml" -version = "0.5.0" +version = "0.6.0" homepage = "https://github.com/aimet-tech/aimet-ml" description = "Python package of frequently used modules for ML developments in AIMET.." authors = ["Pasit Jakkrawankul "]