Skip to content

Commit

Permalink
add loader version to versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Feb 27, 2022
1 parent cd270f4 commit eb86f45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions userge/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
from sys import version_info

from pyrogram import __version__ as __pyro_version__ # noqa

from loader import __version__ as __loader_version__ # noqa
from loader.userge import api

__major__ = 1
Expand Down

0 comments on commit eb86f45

Please sign in to comment.