Skip to content

Commit c770d28

Browse files
committed
Bump version: 2.15.0 → 2.15.1
1 parent cf8fe53 commit c770d28

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.15.0'
3+
__version__ = '2.15.1'

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.15.0
2+
current_version = 2.15.1
33
commit = True
44
tag = True
55

0 commit comments

Comments
 (0)