We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82899d2 commit db7778fCopy full SHA for db7778f
src/vi/version.py
@@ -1,3 +1,3 @@
1
2
-VERSION = "1.2.2"
+VERSION = "1.2.3"
3
SNAPSHOT = False # set to false when releasing
src/vintel.spec
@@ -1,7 +1,7 @@
# -*- mode: python -*-
import sys
4
-app_version = 'vintel-1.2.2'
+app_version = 'vintel-1.2.3'
5
6
a = Analysis(['vintel.py'],
7
pathex=['z:\\mark\\code\\vintel\\src' if sys.platform == 'win32' else '/Users/mark/code/vintel/src'],
0 commit comments