mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
fix handling of unicode characters in filenames, bump version to 1.0.0b2
This commit is contained in:
parent
e382b579ec
commit
a506c0fee4
5 changed files with 45 additions and 24 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name = "trimage",
|
||||
version = "1.0.0b",
|
||||
version = "1.0.0b2",
|
||||
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
||||
author = "Kilian Valkhof, Paul Chaplin",
|
||||
author_email = "help@trimage.org",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue