Skip to content

Commit 19f8619

Browse files
committed
Update to v0.5.0
1 parent bdfba51 commit 19f8619

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.4.2"
26+
__version__ = "0.5.0"
2727

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

0 commit comments

Comments
 (0)