Skip to content

Commit

Permalink
Update Tgram to v1.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Oct 11, 2024
1 parent 4b2127f commit 8997e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tgram"
version = "1.11.6"
version = "1.11.7"
description = "Very friendly BOT API library for Python developers."
authors = ["Zaid <[email protected]>"]
license = "MIT"
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", "compose", "StopPropagation"]
__version__ = "1.11.6"
__version__ = "1.11.7"

__author__ = "Zaid"
__copyright__ = "Copyright (C) 2024-present Zaid <https://github.com/z44d>"
Expand Down

0 comments on commit 8997e9f

Please sign in to comment.