From 477b199136bb6eda232e6c857359a71056e08019 Mon Sep 17 00:00:00 2001 From: hw Date: Tue, 6 Apr 2021 22:49:03 +0800 Subject: [PATCH] [fix] upgrade to 0.0.2 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9baf80b..26e6a8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ imageio==1.5 numpy==1.11.1 -Pillow==3.3.1 +Pillow==8.1.1 diff --git a/setup.py b/setup.py index edb7d44..7fafbe9 100644 --- a/setup.py +++ b/setup.py @@ -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,