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

This commit is contained in:
Project Nayuki 2017-04-21 06:02:28 +00:00
parent 4a6d2f4555
commit 407816ea49
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name = "qrcodegen", name = "qrcodegen",
description = "High quality QR Code generator library for Python 2 and 3", description = "High quality QR Code generator library for Python 2 and 3",
version = "1.0.0", version = "1.0.1",
platforms = "OS Independent", platforms = "OS Independent",
license = "MIT License", license = "MIT License",