Skip to content

Commit

Permalink
Bump version: 0.8.1 → 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandet committed Aug 15, 2024
1 parent 37989d5 commit 63d02fe
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 @@ -3,7 +3,7 @@
from .SciQLopPlotsBindings import *


__version__ = '0.8.1'
__version__ = '0.9.0'


def _patch_sciqlop_plot(cls):
Expand Down
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.8.1')
project('SciQLopPlots', 'cpp',default_options : ['cpp_std=c++17', 'buildtype=release'], license: 'GPL3', version: '0.9.0')
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.8.1
current_version = 0.9.0
commit = True
tag = True

Expand Down

0 comments on commit 63d02fe

Please sign in to comment.