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"