Skip to content

Commit 93891de

Browse files
committed
Update Version Number for Hotfix
1 parent 017fcac commit 93891de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wincontext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
import ctypes
3131

32-
versionNums = [0, 1, 0] # major, minor, patch
32+
versionNums = [0, 1, 2] # major, minor, patch
3333
versionNumber = ".".join(str(x) for x in versionNums)
3434

3535
myappid = 'VodBox.pyWinContext.' + versionNumber # arbitrary string

0 commit comments

Comments
 (0)