From fa3654c5fd72fadec19ac2e0a0b8dc68f8aa38ca Mon Sep 17 00:00:00 2001 From: Alexis Jeandet Date: Sat, 8 Jun 2024 23:41:26 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.4=20=E2=86=92=200.7.5?= 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 bb10b6e..11fbe2f 100644 --- a/SciQLopPlots/__init__.py +++ b/SciQLopPlots/__init__.py @@ -2,4 +2,4 @@ from .SciQLopPlotsBindings import * from .SciQLopPlotsBindings import _QCustomPlot as QCustomPlot -__version__ = '0.7.4' +__version__ = '0.7.5' diff --git a/meson.build b/meson.build index 95c527d..1b70fa1 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.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', diff --git a/setup.cfg b/setup.cfg index 3e15535..5fc7d3f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.4 +current_version = 0.7.5 commit = True tag = True