Skip to content

Commit

Permalink
Bump version: 0.7.1 → 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandet committed Jun 7, 2024
1 parent dfab39b commit 97dd99f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SciQLopPlots/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .SciQLopPlotsBindings import *
from .SciQLopPlotsBindings import _QCustomPlot as QCustomPlot

__version__ = '0.7.1'
__version__ = '0.7.2'
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('SciQLopPlots', 'cpp',default_options : ['cpp_std=c++17', 'buildtype=release'], license: 'GPL3', version: '0.7.1')
project('SciQLopPlots', 'cpp',default_options : ['cpp_std=c++17', 'buildtype=release'], license: 'GPL3', version: '0.7.2')
add_project_arguments(
'-DCATCH_CONFIG_NO_POSIX_SIGNALS', # workaround for this https://github.com/catchorg/Catch2/issues/2192
language: 'cpp',
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.1
current_version = 0.7.2
commit = True
tag = True

Expand Down

0 comments on commit 97dd99f

Please sign in to comment.