build: version bump to flag existence of new API (new card status enum)
diff --git a/meson.build b/meson.build
index 8711e0a..898a247 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
 
 project(
   'libqmi', 'c',
-  version: '1.33.5',
+  version: '1.33.6',
   license: 'GPL2',
   default_options: [
     'buildtype=debugoptimized',