Skip to content

Commit

Permalink
Bump version: 0.6.2 → 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandet committed Feb 22, 2024
1 parent 2b2a971 commit 715ef17
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.6.2'
__version__ = '0.6.3'
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.6.2')
project('SciQLopPlots', 'cpp',default_options : ['cpp_std=c++17', 'buildtype=release'], license: 'GPL3', version: '0.6.3')
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.6.2
current_version = 0.6.3
commit = True
tag = True

Expand Down

0 comments on commit 715ef17

Please sign in to comment.