Skip to content

Commit 5de2b67

Browse files
committed
Update Pyrogram to v0.11.0
1 parent 9f7884b commit 5de2b67

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.11.0.develop"
26+
__version__ = "0.11.0"
2727

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

0 commit comments

Comments
 (0)