From 8376c4a238ff725c29b435bdd5627e8e22a8d07a Mon Sep 17 00:00:00 2001 From: kilian Date: Tue, 12 Mar 2019 12:15:49 +0100 Subject: [PATCH] update version number to 1.0.6 in various places --- doc/trimage.1 | 2 +- setup.py | 2 +- trimage/trimage.py | 2 +- website/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/trimage.1 b/doc/trimage.1 index 501742d..0907c27 100644 --- a/doc/trimage.1 +++ b/doc/trimage.1 @@ -3,7 +3,7 @@ .\" This manual page is distributed under the terms .\" of the GNU Free Documentation License version 1.3. .\" -.TH TRIMAGE "1" "2011-07-11" "trimage 1.0.5" "User Commands" +.TH TRIMAGE "1" "2019-03-12" "trimage 1.0.6" "User Commands" .SH NAME trimage \- losslessly optimizing png and jpeg liles diff --git a/setup.py b/setup.py index dc8cfe3..2ba0a6f 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup(name = "trimage", - version = "1.0.5", + version = "1.0.6", description = "Trimage image compressor - A cross-platform tool for optimizing PNG and JPG files", author = "Kilian Valkhof, Paul Chaplin", author_email = "help@trimage.org", diff --git a/trimage/trimage.py b/trimage/trimage.py index a0f7092..2fefedf 100644 --- a/trimage/trimage.py +++ b/trimage/trimage.py @@ -18,7 +18,7 @@ from ui import Ui_trimage from tools import * -VERSION = "1.0.5" +VERSION = "1.0.6" class StartQt(QMainWindow): diff --git a/website/index.html b/website/index.html index fd290c5..0598c85 100644 --- a/website/index.html +++ b/website/index.html @@ -76,7 +76,7 @@

Trimage image compressor – - 1.0.5 + 1.0.6

A cross-platform tool for losslessly optimizing PNG and JPG files for