Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update versions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb authored Oct 18, 2020
1 parent f1dfbfe commit 9799930
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions userge/versions.py
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
# pylint: disable=missing-module-docstring
#
# Copyright (C) 2020 by UsergeTeam@Github, < https://github.com/UsergeTeam >.
#
# This file is part of < https://github.com/UsergeTeam/Userge > project,
# and is released under the "GNU v3.0 License Agreement".
# Please see < https://github.com/uaudith/Userge/blob/master/LICENSE >
#
# All rights reserved.

from sys import version_info

from pyrogram import __version__ as __pyro_version__ # noqa

__major__ = 0
__minor__ = 2
__micro__ = 4
__micro__ = 5

__python_version__ = f"{version_info[0]}.{version_info[1]}.{version_info[2]}"
__license__ = "[GNU GPL v3.0](https://github.com/UsergeTeam/Userge/blob/master/LICENSE)"
__copyright__ = "[UsergeTeam](https://github.com/UsergeTeam)"
__license__ = "[GNU GPL v3.0](https://github.com/code-rgb/userge-x/blob/alpha/LICENSE)"
__copyright__ = "[USERGE-X](https://github.com/code-rgb/userge-x)"

1 comment on commit 9799930

@vercel
Copy link

@vercel vercel bot commented on 9799930 Oct 18, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.