mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
update version to 1.0.2
This commit is contained in:
parent
e4a7a1a254
commit
c243524eaa
4 changed files with 7 additions and 14 deletions
4
setup.py
4
setup.py
|
|
@ -9,7 +9,7 @@ if win:
|
|||
from distutils.core import setup
|
||||
|
||||
setup(name = "trimage",
|
||||
version = "1.0.1b",
|
||||
version = "1.0.2",
|
||||
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
||||
author = "Kilian Valkhof, Paul Chaplin",
|
||||
author_email = "help@trimage.org",
|
||||
|
|
@ -28,7 +28,7 @@ setup(name = "trimage",
|
|||
|
||||
#for py2exe
|
||||
windows=[r'src\trimage\trimage.py'],
|
||||
zipfile=None,
|
||||
zipfile=None,
|
||||
options={"py2exe":{
|
||||
"optimize":2,
|
||||
"compressed":1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue