build: version bump to flag existence of new API (MbimSmsStatusFlag flags)
diff --git a/meson.build b/meson.build
index 5cb0527..5c2d5a3 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
 
 project(
   'libmbim', 'c',
-  version: '1.29.1',
+  version: '1.29.2',
   license: ['GPL-2.0-or-later', 'LGPL-2.1-or-later'],
   default_options: [
     'buildtype=debugoptimized',