We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1c027 commit 3663562Copy full SHA for 3663562
pyrogram/__init__.py
@@ -29,7 +29,7 @@
29
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
30
)
31
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
32
-__version__ = "0.11.1.develop"
+__version__ = "0.12.0.develop"
33
34
from .api.errors import Error
35
from .client.types import (
0 commit comments