There was an error while loading. Please reload this page.
1 parent 2e16499 commit 87fca98Copy full SHA for 87fca98
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.9.2.dev1"
+__version__ = "0.9.2"
27
28
from .api.errors import Error
29
from .client.types import (
0 commit comments