aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 4002f4d..0cf7696 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.0.1",
+ version = "2.1.1",
description = "EEHPH2 by AE computer vision",
author = "Edward Attenborough",
executables = [exec_]