diff --git a/setup.py b/setup.py index ac27030..856a8f1 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.0b4", + version="1.2.0", description="Fast Telegram Crypto Library for Python", long_description=readme, long_description_content_type="text/markdown",