From 377af20c1aa0ed86ef1966e565feaf585e3584c0 Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Sun, 21 May 2017 20:45:51 +0000 Subject: [PATCH] Updated Python package version number to 1.1.0 for release on PyPI. --- python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 4a918dc..75f6cc6 100644 --- a/python/setup.py +++ b/python/setup.py @@ -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",