1
0
mirror of https://github.com/x-hw/amazing-qr.git synced 2024-12-02 09:11:51 +02:00

[fix] upgrade to 0.0.2

This commit is contained in:
hw 2021-04-06 22:49:03 +08:00
parent de2462a403
commit 477b199136
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
imageio==1.5
numpy==1.11.1
Pillow==3.3.1
Pillow==8.1.1

View File

@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
setuptools.setup(
name='amzqr',
version='0.0.1',
version='0.0.2',
keywords='qr qrcode amazing artistic animated gif colorized',
description='Generater for amazing QR Codes. Including Common, Artistic and Animated QR Codes.',
long_description=long_description,