From e9df851d87fe9194512c0488af0085e9e6f86d31 Mon Sep 17 00:00:00 2001 From: S Pawan Kumar Date: Tue, 19 Jul 2022 20:57:18 +0530 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.24.0=20=E2=86=92=201.24.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- riscof/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/riscof/__init__.py b/riscof/__init__.py index a92aa25..c29a991 100644 --- a/riscof/__init__.py +++ b/riscof/__init__.py @@ -4,4 +4,4 @@ __author__ = """InCore Semiconductors Pvt Ltd""" __email__ = 'info@incoresemi.com' -__version__ = '1.24.0' +__version__ = '1.24.1' diff --git a/setup.cfg b/setup.cfg index c8ee5d8..3885ae7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.24.0 +current_version = 1.24.1 commit = True tag = True diff --git a/setup.py b/setup.py index b91926d..fb0757c 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read_requires(): test_requirements = [ ] setup(name="riscof", - version='1.24.0', + version='1.24.1', description="RISC-V Architectural Test Framework", long_description=readme + '\n\n', classifiers=[