Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
z44d committed Oct 31, 2024
1 parent 882867a commit 582d996
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.9"
version = "1.12.0"
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
Expand Up @@ -8,7 +8,7 @@
"utils",
"storage",
]
__version__ = "1.11.9"
__version__ = "1.12.0"

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

Expand Down

0 comments on commit 582d996

Please sign in to comment.