Updated Python package version number to 1.1.0 for release on PyPI.

This commit is contained in:
Project Nayuki
2017-05-21 20:45:51 +00:00
parent e0e48e0cf7
commit 377af20c1a
+1 -1
View File
@@ -27,7 +27,7 @@ import setuptools
setuptools.setup(
name = "qrcodegen",
description = "High quality QR Code generator library for Python 2 and 3",
version = "1.0.1",
version = "1.1.0",
platforms = "OS Independent",
license = "MIT License",