Skip to content

Commit cf710db

Browse files
committed
Bump version: 2.13.1 → 2.14.0
1 parent 9c4aa81 commit cf710db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

riscv_config/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from pkgutil import extend_path
22
__path__ = extend_path(__path__, __name__)
3-
__version__ = '2.13.1'
3+
__version__ = '2.14.0'

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 = 2.13.1
2+
current_version = 2.14.0
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)