Updated Python package version number to 1.0.1 for release on PyPI.
This commit is contained in:
parent
4a6d2f4555
commit
407816ea49
|
@ -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",
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue