aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2018-04-15 12:28:04 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2018-04-15 12:28:04 +0100
commit62a4d46848a2bed87e3e44802a88850dfbcf7236 (patch)
treef72896b758cec41e7f79239e335d012055e61373 /setup.py
parentbdb906a113d64e4d92789d5c49153d50d108a036 (diff)
downloadeehph2-62a4d46848a2bed87e3e44802a88850dfbcf7236.tar.gz
eehph2-62a4d46848a2bed87e3e44802a88850dfbcf7236.zip
changed icons for edit window
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 99b562f..733a66d 100644
--- a/setup.py
+++ b/setup.py
@@ -27,7 +27,7 @@ exec_ = Executable(
setup(
name = "EEHPH Photo Viewer v2",
options = {"build_exe": {"packages": packages, "include_files": include_files}},
- version = "2.2.4",
+ version = "2.2.5",
description = "EEHPH2 by AE computer vision",
author = "Edward Attenborough",
executables = [exec_]