Skip to content

Commit

Permalink
Release: bump version 2.0.0 -> 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
axxel committed Jul 5, 2023
1 parent 0e1bbee commit 1bb03a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.15)

project (ZXing VERSION "2.0.0")
project (ZXing VERSION "2.1.0")
set (ZXING_SONAME 3) # see https://github.com/zxing-cpp/zxing-cpp/issues/333

include(../zxing.cmake)
Expand Down
2 changes: 1 addition & 1 deletion wrappers/python/setup.py
Expand Up @@ -59,7 +59,7 @@ def build_extension(self, ext):
# "local_scheme": "no-local-version",
# "tag_regex": "v?([0-9]+.[0-9]+.[0-9]+)",
# },
version='2.0.0',
version='2.1.0',
description='Python bindings for the zxing-cpp barcode library',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 1bb03a8

Please sign in to comment.