We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c9c81b commit 0216df7Copy full SHA for 0216df7
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.11.0"
+__version__ = "0.11.1.develop"
27
28
from .api.errors import Error
29
from .client.types import (
0 commit comments