There was an error while loading. Please reload this page.
1 parent a48e0ce commit 106fc0fCopy full SHA for 106fc0f
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.0.dev1"
+__version__ = "0.9.0"
27
28
from .api.errors import Error
29
from .client.types import (
0 commit comments