diff --git a/download_zips.py b/download_zips.py index 3b9c953..d018df8 100644 --- a/download_zips.py +++ b/download_zips.py @@ -9,7 +9,7 @@ import contextlib DOWNLOADS = [ - ('https://mutant.tech/dl/2020.04/mtnt_2020.04_short_png128.zip', 'mtnt_2020.02_short_png128/emoji/'), + ('https://mutant.tech/dl/2020.04/mtnt_2020.04_short_png128.zip', 'mtnt_2020.04_short_png128/emoji/'), ('https://mutant.tech/dl/vip/mutstd_vip_2018.04_all.zip', 'mutstd_vip_2018.04_all/emoji/png-128px/'), ('https://mutant.tech/dl/special/mtnt_special_s3.zip', 'mtnt_special_s3/emoji/png-128/'), ] diff --git a/setup.py b/setup.py index 335deee..b602d5f 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name='ppb-mutant', - version='0.11.0', + version='0.11.1', packages=['ppb_mutant', 'ppb_mutant._assets'], package_data={'ppb_mutant._assets': ['*.png', '*.txt']}, install_requires=[