Skip to content

Commit 9207e89

Browse files
committed
0.6.9
1 parent f1d7ff3 commit 9207e89

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Simpl-Py.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
# ------------------------------
33
# CHANGE THE DATE AND VERSION!!!
44
# ------------------------------
5+
6+
# todo 0.7.0: add modules folder in extras
57
try:
68
import wmi
79
import os
810
from termcolor import colored, cprint
911
from pathlib import Path
1012
import importlib
1113
import sys
12-
version, updated = '0.6.0', '12/8/2022'
14+
version, updated = '0.6.9', '12/8/2022'
1315
varName, varVal, varType = [], [], []
1416
cMathInts, cMathSub, cMathMult, cMathDiv = [], 0, 0, 0
1517
mods = []

0 commit comments

Comments
 (0)