Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
c24f914
1
Parent(s):
f61c8de
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 |
|