We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac064c commit 73426caCopy full SHA for 73426ca
riscof/__init__.py
@@ -4,4 +4,4 @@
4
5
__author__ = """InCore Semiconductors Pvt Ltd"""
6
__email__ = '[email protected]'
7
-__version__ = '1.25.1'
+__version__ = '1.25.2'
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.25.1
+current_version = 1.25.2
3
commit = True
tag = True
setup.py
@@ -23,7 +23,7 @@ def read_requires():
23
test_requirements = [ ]
24
25
setup(name="riscof",
26
- version='1.25.1',
+ version='1.25.2',
27
description="RISC-V Architectural Test Framework",
28
long_description=readme + '\n\n',
29
classifiers=[
0 commit comments