From 35814e6efd3d3672627af4d6b8136cbf2ee17864 Mon Sep 17 00:00:00 2001 From: Weiwei Li Date: Fri, 9 Dec 2022 16:15:15 +0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.16.1=20=E2=86=92=200.16.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- riscv_isac/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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=[