Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
47a10d1
1
Parent(s):
01bed16
Update __init__.py
Browse files- Powers/__init__.py +1 -1
Powers/__init__.py
CHANGED
@@ -66,7 +66,7 @@ for i in listdir(path):
|
|
66 |
version.append(i)
|
67 |
else:
|
68 |
pass
|
69 |
-
VERSION = version[-1][8:-3]
|
70 |
PYTHON_VERSION = python_version()
|
71 |
PYROGRAM_VERSION = pyrogram.__version__
|
72 |
|
|
|
66 |
version.append(i)
|
67 |
else:
|
68 |
pass
|
69 |
+
VERSION = sorted(version)[-1][8:-3]
|
70 |
PYTHON_VERSION = python_version()
|
71 |
PYROGRAM_VERSION = pyrogram.__version__
|
72 |
|