Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Jul 7, 2024
1 parent b4491c0 commit 1695d96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tgram"
version = "1.10.2"
version = "1.10.3"
authors = [
{ name="ZAID", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion tgram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ["types", "TgBot", "handlers", "filters"]
__version__ = "1.10.2"
__version__ = "1.10.3"

__author__ = "Zaid"
__copyright__ = "Copyright (C) 2024-present Zaid <https://github.com/2ei>"
Expand Down
2 changes: 1 addition & 1 deletion tgram/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -7359,7 +7359,7 @@ def __init__(
invoice_payload: "str",
telegram_payment_charge_id: "str",
provider_payment_charge_id: "str" = None,
me: tgram.TgBot = None,
me: "tgram.TgBot" = None,
json: "dict" = None,
) -> None:
super().__init__(me=me, json=json)
Expand Down

0 comments on commit 1695d96

Please sign in to comment.