Skip to content

Commit 5fc61e2

Browse files
committed
Update to v0.6.3
1 parent 3b2d264 commit 5fc61e2

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() == "ascii" else "\xe8"
2424
)
2525
__license__ = "GNU Lesser General Public License v3 or later (LGPLv3+)"
26-
__version__ = "0.6.2"
26+
__version__ = "0.6.3"
2727

2828
from .api.errors import Error
2929
from .client import ChatAction

0 commit comments

Comments
 (0)