From 63d02fef6d8a7c0c99fdbb160ef68d6e0dceb095 Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Thu, 15 Aug 2024 23:12:34 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.1=20=E2=86=92=200.9.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SciQLopPlots/__init__.py | 2 +- meson.build | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SciQLopPlots/__init__.py b/SciQLopPlots/__init__.py index a60af7c..cd0d542 100644 --- a/SciQLopPlots/__init__.py +++ b/SciQLopPlots/__init__.py @@ -3,7 +3,7 @@ from .SciQLopPlotsBindings import * -__version__ = '0.8.1' +__version__ = '0.9.0' def _patch_sciqlop_plot(cls): diff --git a/meson.build b/meson.build index 18089b6..8ff93e1 100644 --- a/meson.build +++ b/meson.build @@ -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', diff --git a/setup.cfg b/setup.cfg index 1c671af..08a7b36 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.8.1 +current_version = 0.9.0 commit = True tag = True