Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
5hojib committed Nov 25, 2024
1 parent 7fa6941 commit 55b4a93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion compiler/docs/compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ def get_title_list(s: str) -> list:
Message.react
Message.wait_for_click
Message.pay
UserGift.toggle
""",
"user_gift": """
UserGift
Expand Down
2 changes: 1 addition & 1 deletion pyrogram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import annotations

__version__ = "v0.1.194"
__version__ = "v0.2.194"
__license__ = "MIT License"

from concurrent.futures.thread import ThreadPoolExecutor
Expand Down

0 comments on commit 55b4a93

Please sign in to comment.