We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf93e6 commit 96e12c9Copy full SHA for 96e12c9
meson.build
@@ -1,7 +1,7 @@
1
project(
2
'qbindiff',
3
'cython', 'c', 'cpp',
4
- version: '1.2.0',
+ version: '1.2.1',
5
license: 'Apache-2.0',
6
license_files: 'LICENSE',
7
meson_version: '>= 1.1.0',
src/qbindiff/version.py
@@ -17,4 +17,4 @@
17
Version of qbindiff
18
"""
19
20
-__version__ = "1.2.0"
+__version__ = "1.2.1"
0 commit comments