diff --git a/riscof/__init__.py b/riscof/__init__.py index e09e9bd..9a65dea 100644 --- a/riscof/__init__.py +++ b/riscof/__init__.py @@ -4,4 +4,4 @@ __author__ = """InCore Semiconductors Pvt Ltd""" __email__ = 'info@incoresemi.com' -__version__ = '1.23.3' +__version__ = '1.23.4' diff --git a/setup.cfg b/setup.cfg index be343a5..45feb34 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.23.3 +current_version = 1.23.4 commit = True tag = True diff --git a/setup.py b/setup.py index 91b9f09..81a4e3e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read_requires(): test_requirements = [ ] setup(name="riscof", - version='1.23.3', + version='1.23.4', description="RISC-V Architectural Test Framework", long_description=readme + '\n\n', classifiers=[