Skip to content

Commit 106fc0f

Browse files
committed
Update to v0.9.0
1 parent a48e0ce commit 106fc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"e" if sys.getfilesystemencoding() != "utf-8" else "\xe8"
2424
)
2525
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
26-
__version__ = "0.9.0.dev1"
26+
__version__ = "0.9.0"
2727

2828
from .api.errors import Error
2929
from .client.types import (

0 commit comments

Comments
 (0)