Skip to content

Commit

Permalink
Update Tgram to v1.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Oct 14, 2024
1 parent d35900d commit 8f54743
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@
[tool.poetry]
name = "tgram"
version = "1.11.7"
version = "1.11.8"
description = "Very friendly BOT API library for Python developers."
authors = ["Zaid <[email protected]>"]
license = "MIT"
Expand Down
15 changes: 13 additions & 2 deletions tgram/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
__all__ = ["types", "TgBot", "handlers", "filters", "compose", "StopPropagation"]
__version__ = "1.11.7"
__all__ = [
"types",
"TgBot",
"handlers",
"filters",
"compose",
"StopPropagation",
"utils",
"storage",
]
__version__ = "1.11.8"

from . import filters, utils, storage, handlers, types

from .client import TgBot
from .sync import compose
Expand Down

0 comments on commit 8f54743

Please sign in to comment.