Skip to content

Commit

Permalink
Update Community Link
Browse files Browse the repository at this point in the history
and Bump Version
  • Loading branch information
SpEcHiDe committed Apr 21, 2024
1 parent c5bf6f8 commit 4d656b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Pyrogram

on:
push:
tags:
- '*'
workflow_dispatch: {}

jobs:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ path = "pyrogram/__init__.py"
[project.urls]
Homepage = "https://telegramplayground.github.io/pyrogram/releases/"
Tracker = "https://github.com/TelegramPlayGround/Pyrogram/issues"
Community = "https://t.me/Pyrogram"
Community = "https://t.me/PyroTGFork"
Source = "https://github.com/TelegramPlayGround/Pyrogram"
Documentation = "https://telegramplayground.github.io/pyrogram/"

Expand Down
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.

__version__ = "2.1.22"
__version__ = "2.1.23"
__license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
__copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"

Expand Down

0 comments on commit 4d656b7

Please sign in to comment.