From 7c7d865c02106188364f4f25a4fa8ffbe75286b3 Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Fri, 11 Nov 2022 20:16:39 +0100 Subject: [PATCH] Update TgCrypto to v1.2.5 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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",