From 9f3e836fb1773901a688fae67f6a61ee0492a5db Mon Sep 17 00:00:00 2001 From: Riccardo Mori Date: Wed, 19 Jun 2024 15:32:14 +0200 Subject: [PATCH] Bump to version 1.2.2 --- meson.build | 2 +- src/qbindiff/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meson.build b/meson.build index a680449..f6b8486 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'qbindiff', 'cython', 'c', 'cpp', - version: '1.2.1', + version: '1.2.2', license: 'Apache-2.0', license_files: 'LICENSE', meson_version: '>= 1.1.0', diff --git a/src/qbindiff/version.py b/src/qbindiff/version.py index 54448cb..ef9595e 100644 --- a/src/qbindiff/version.py +++ b/src/qbindiff/version.py @@ -17,4 +17,4 @@ Version of qbindiff """ -__version__ = "1.2.1" +__version__ = "1.2.2"