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