Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Nov 21, 2017
1 parent e880083 commit c28dd61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit c28dd61

Please sign in to comment.