From c28dd6169ed30a6878164df8812ab8f7064a6142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=BDubom=C3=ADr=20Ku=C4=8Dera?= Date: Tue, 21 Nov 2017 01:04:04 +0100 Subject: [PATCH] Bump version to 1.0.1 --- docs/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 7ba0ae7..4f12819 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -69,7 +69,7 @@ def zxing_read_codes(self, *args): # built documents. # # The short X.Y version. -version = '1.0.0' +version = '1.0.1' # The full version, including alpha/beta/rc tags. release = version diff --git a/setup.py b/setup.py index a2be792..139b2c4 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( name='zxinglight', - version='1.0.0', + version='1.0.1', description='A simple ZXing C++ wrapper', long_description=long_description, classifiers=[