Skip to content

Commit de80fa5

Browse files
committed
Bump to v1.2.3
1 parent 1e0126e commit de80fa5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

meson.build

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

src/qbindiff/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
Version of qbindiff
1818
"""
1919

20-
__version__ = "1.2.2"
20+
__version__ = "1.2.3"

0 commit comments

Comments
 (0)