There was an error while loading. Please reload this page.
1 parent 9f7884b commit 5de2b67Copy full SHA for 5de2b67
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.develop"
+__version__ = "0.11.0"
27
28
from .api.errors import Error
29
from .client.types import (
0 commit comments