Skip to content

Commit

Permalink
Fix and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AstraLuma committed Apr 28, 2020
1 parent 8090540 commit 004f7e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion download_zips.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'),
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 004f7e3

Please sign in to comment.