We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfba51 commit 19f8619Copy full SHA for 19f8619
pyrogram/__init__.py
@@ -23,7 +23,7 @@
23
"e" if sys.getfilesystemencoding() == "ascii" else "\xe8"
24
)
25
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
26
-__version__ = "0.4.2"
+__version__ = "0.5.0"
27
28
from .api.errors import Error
29
from .client import ChatAction
0 commit comments