diff --git a/riscv_isac/__init__.py b/riscv_isac/__init__.py index 04e7412..e4e54ac 100644 --- a/riscv_isac/__init__.py +++ b/riscv_isac/__init__.py @@ -4,5 +4,5 @@ __author__ = """InCore Semiconductors Pvt Ltd""" __email__ = 'info@incoresemi.com' -__version__ = '0.16.1' +__version__ = '0.16.2' diff --git a/setup.cfg b/setup.cfg index 1cadfd2..475f3d6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.16.1 +current_version = 0.16.2 commit = True tag = True diff --git a/setup.py b/setup.py index b2702af..9dffae7 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ def read_requires(): setup( name='riscv_isac', - version='0.16.1', + version='0.16.2', description="RISC-V ISAC", long_description=readme + '\n\n', classifiers=[