diff --git a/src/vi/version.py b/src/vi/version.py index 0b13704..f44977b 100644 --- a/src/vi/version.py +++ b/src/vi/version.py @@ -1,3 +1,3 @@ -VERSION = "1.2.2" +VERSION = "1.2.3" SNAPSHOT = False # set to false when releasing diff --git a/src/vintel.spec b/src/vintel.spec index 91aaf98..0ddb68b 100644 --- a/src/vintel.spec +++ b/src/vintel.spec @@ -1,7 +1,7 @@ # -*- mode: python -*- import sys -app_version = 'vintel-1.2.2' +app_version = 'vintel-1.2.3' a = Analysis(['vintel.py'], pathex=['z:\\mark\\code\\vintel\\src' if sys.platform == 'win32' else '/Users/mark/code/vintel/src'],