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