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 0e1bbee commit 1bb03a8Copy full SHA for 1bb03a8
core/CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.15)
2
3
-project (ZXing VERSION "2.0.0")
+project (ZXing VERSION "2.1.0")
4
set (ZXING_SONAME 3) # see https://github.com/zxing-cpp/zxing-cpp/issues/333
5
6
include(../zxing.cmake)
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='2.0.0',
+ version='2.1.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