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 4fe52f2 commit f89db69Copy full SHA for f89db69
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required (VERSION 3.14)
2
3
-project (ZXing VERSION "1.3.0" LANGUAGES CXX)
+project (ZXing VERSION "1.4.0" LANGUAGES CXX)
4
5
option (BUILD_WRITERS "Build with writer support (encoders)" ON)
6
option (BUILD_READERS "Build with reader support (decoders)" ON)
wrappers/python/setup.py
@@ -59,7 +59,7 @@ def build_extension(self, ext):
59
# "local_scheme": "no-local-version",
60
# "tag_regex": "v?([0-9]+.[0-9]+.[0-9]+)",
61
# },
62
- version='1.3.0',
+ version='1.4.0',
63
description='Python bindings for the zxing-cpp barcode library',
64
long_description=long_description,
65
long_description_content_type="text/markdown",
0 commit comments