update version to 1.0.2

This commit is contained in:
Kilian Valkhof 2010-05-31 19:01:22 +02:00
parent e4a7a1a254
commit c243524eaa
4 changed files with 7 additions and 14 deletions

View file

@ -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,