From 472e18d3fdf2aa0edcf077d775dba15f6270dc81 Mon Sep 17 00:00:00 2001 From: Weiwei Li Date: Thu, 2 Jun 2022 09:59:23 +0800 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 | 41 +++++++++++++++++++++-------------------- setup.py | 2 +- 3 files changed, 23 insertions(+), 22 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..9ea88c0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,20 +1,21 @@ -[bumpversion] -current_version = 1.24.0 -commit = True -tag = True - -[bumpversion:file:setup.py] -search = version='{current_version}' -replace = version='{new_version}' - -[bumpversion:file:riscof/__init__.py] -search = __version__ = '{current_version}' -replace = __version__ = '{new_version}' - -[bdist_wheel] -universal = 1 - -[flake8] -exclude = docs - -[aliases] +[bumpversion] +current_version = 1.24.1 +commit = True +tag = True + +[bumpversion:file:setup.py] +search = version='{current_version}' +replace = version='{new_version}' + +[bumpversion:file:riscof/__init__.py] +search = __version__ = '{current_version}' +replace = __version__ = '{new_version}' + +[bdist_wheel] +universal = 1 + +[flake8] +exclude = docs + +[aliases] + 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=[