diff --git a/setup.py b/setup.py index facd041..00e1720 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ setup( name="TgCrypto", - version="1.2.4", + version="1.2.5", description="Fast and Portable Cryptography Extension Library for Pyrogram", long_description=readme, long_description_content_type="text/markdown", @@ -44,6 +44,7 @@ "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", "Programming Language :: Python :: Implementation", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy",