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=[