Skip to content

Commit

Permalink
Bump version: 0.7.4 → 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandet committed Jun 8, 2024
1 parent adc44ba commit fa3654c
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.4'
__version__ = '0.7.5'
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.4')
project('SciQLopPlots', 'cpp',default_options : ['cpp_std=c++17', 'buildtype=release'], license: 'GPL3', version: '0.7.5')
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.4
current_version = 0.7.5
commit = True
tag = True

Expand Down

0 comments on commit fa3654c

Please sign in to comment.