aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2018-04-13 17:01:06 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2018-04-13 17:01:06 +0100
commitc4092889bcaea1a7783fb70c23d2197de7f93afb (patch)
tree10fc3a082a300e8b4a7cd1517d9892b1b6c20f92 /setup.py
parentcb95e987d26fc2d0b1f741d0be86a5d4a873daeb (diff)
downloadeehph2-c4092889bcaea1a7783fb70c23d2197de7f93afb.tar.gz
eehph2-c4092889bcaea1a7783fb70c23d2197de7f93afb.zip
Made the image refresh on minmize/maximize so it always fits in the 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 0cf7696..3785cf6 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.1.1",
+ version = "2.2.3",
description = "EEHPH2 by AE computer vision",
author = "Edward Attenborough",
executables = [exec_]