Skip to content

Commit da126ad

Browse files
committed
Bump version: 0.15.0 → 0.15.1
1 parent 3fb1134 commit da126ad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

SciQLopPlots/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
sys.modules["SciQLopPlotsBindings"] = SciQLopPlotsBindings
1313

14-
__version__ = '0.15.0'
14+
__version__ = '0.15.1'
1515

1616
def _merge_kwargs(kwargs, **kwargs2):
1717
for k, v in kwargs2.items():

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('SciQLopPlots', 'cpp',default_options : ['cpp_std=c++20', 'buildtype=release'], license: 'GPL3', version: '0.15.0')
1+
project('SciQLopPlots', 'cpp',default_options : ['cpp_std=c++20', 'buildtype=release'], license: 'GPL3', version: '0.15.1')
22
add_project_arguments(
33
'-DCATCH_CONFIG_NO_POSIX_SIGNALS', # workaround for this https://github.com/catchorg/Catch2/issues/2192
44
language: 'cpp',

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

0 commit comments

Comments
 (0)