mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 10:08:40 -05:00
Fix version in setup.py
This commit is contained in:
parent
a3d9735ef8
commit
a20f7a5beb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -9,7 +9,7 @@ if win:
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(name = "trimage",
|
setup(name = "trimage",
|
||||||
version = "1.0.2",
|
version = "1.0.5",
|
||||||
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files",
|
||||||
author = "Kilian Valkhof, Paul Chaplin",
|
author = "Kilian Valkhof, Paul Chaplin",
|
||||||
author_email = "help@trimage.org",
|
author_email = "help@trimage.org",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue