Skip to content

Commit f89db69

Browse files
committed
release: bump version number from 1.3.0 to 1.4.0
1 parent 4fe52f2 commit f89db69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required (VERSION 3.14)
22

3-
project (ZXing VERSION "1.3.0" LANGUAGES CXX)
3+
project (ZXing VERSION "1.4.0" LANGUAGES CXX)
44

55
option (BUILD_WRITERS "Build with writer support (encoders)" ON)
66
option (BUILD_READERS "Build with reader support (decoders)" ON)

wrappers/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def build_extension(self, ext):
5959
# "local_scheme": "no-local-version",
6060
# "tag_regex": "v?([0-9]+.[0-9]+.[0-9]+)",
6161
# },
62-
version='1.3.0',
62+
version='1.4.0',
6363
description='Python bindings for the zxing-cpp barcode library',
6464
long_description=long_description,
6565
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)