diff --git a/setup.py b/setup.py index f13d5cf..facd041 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ with open("README.md", encoding="utf-8") as f: setup( name="TgCrypto", - version="1.2.3", + version="1.2.4", description="Fast and Portable Cryptography Extension Library for Pyrogram", long_description=readme, long_description_content_type="text/markdown",