From aaf3cd158e7f292f9f06c5b704e1d285f024148f Mon Sep 17 00:00:00 2001 From: aimet-pasitpk Date: Wed, 6 Mar 2024 17:10:58 +0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- aimet_ml/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 "]