Skip to content

Commit 73426ca

Browse files
author
Weiwei Li
committed
Bump version: 1.25.1 → 1.25.2
1 parent 0ac064c commit 73426ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

riscof/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

55
__author__ = """InCore Semiconductors Pvt Ltd"""
66
__email__ = '[email protected]'
7-
__version__ = '1.25.1'
7+
__version__ = '1.25.2'

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.25.1
2+
current_version = 1.25.2
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def read_requires():
2323
test_requirements = [ ]
2424

2525
setup(name="riscof",
26-
version='1.25.1',
26+
version='1.25.2',
2727
description="RISC-V Architectural Test Framework",
2828
long_description=readme + '\n\n',
2929
classifiers=[

0 commit comments

Comments
 (0)