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 cf8fe53 commit c770d28Copy full SHA for c770d28
riscv_config/__init__.py
@@ -1,3 +1,3 @@
1
from pkgutil import extend_path
2
__path__ = extend_path(__path__, __name__)
3
-__version__ = '2.15.0'
+__version__ = '2.15.1'
setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 2.15.0
+current_version = 2.15.1
commit = True
4
tag = True
5
0 commit comments