Skip to content

Commit 96e12c9

Browse files
committed
Bump to version v1.2.1
1 parent abf93e6 commit 96e12c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(
22
'qbindiff',
33
'cython', 'c', 'cpp',
4-
version: '1.2.0',
4+
version: '1.2.1',
55
license: 'Apache-2.0',
66
license_files: 'LICENSE',
77
meson_version: '>= 1.1.0',

src/qbindiff/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
Version of qbindiff
1818
"""
1919

20-
__version__ = "1.2.0"
20+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)