Skip to content

Commit b47b56c

Browse files
committed
update releases version
1 parent 2440e5a commit b47b56c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DataStructures/data.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Data:
3838
Version Updater
3939
'''
4040
lastChecked = -1
41-
pyInstallCurrentVersion = 0.914
41+
pyInstallCurrentVersion = 0.915
4242
pyInstallUpdateAvailable = False
4343
pyInstallUpdateBrowserUrl = ""
4444
pyInstallUpdateVersion = 0

main.py

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import math
77
import os
88

9+
910
monkey.patch_all()
1011

1112
import schedule

0 commit comments

Comments
 (0)