Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Mar 20, 2019
1 parent 1c8840e commit 29e9218
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 @@ -70,7 +70,7 @@ def zxing_read_codes(self, *args):
# built documents.
#
# The short X.Y version.
version = '1.0.1'
version = '1.1.0'
# 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.1',
version='1.1.0',
description='A simple ZXing C++ wrapper',
long_description=long_description,
classifiers=[
Expand Down

0 comments on commit 29e9218

Please sign in to comment.