diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d63aaa8..32d7ec2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True diff --git a/aimet_ml/__init__.py b/aimet_ml/__init__.py index 8de0139..cc9dd50 100644 --- a/aimet_ml/__init__.py +++ b/aimet_ml/__init__.py @@ -7,4 +7,4 @@ __author__ = """Pasit Jakkrawankul""" __email__ = 'pasit.j@aimet.tech' -__version__ = '1.0.0' +__version__ = '1.0.1' diff --git a/pyproject.toml b/pyproject.toml index f68c021..e9ba5d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool] [tool.poetry] name = "aimet-ml" -version = "1.0.0" +version = "1.0.1" homepage = "https://github.com/aimet-tech/aimet-ml" description = "Python package of frequently used modules for ML developments in AIMET.." authors = ["Pasit Jakkrawankul "]