We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac99d1 commit 7c7d865Copy full SHA for 7c7d865
setup.py
@@ -23,7 +23,7 @@
23
24
setup(
25
name="TgCrypto",
26
- version="1.2.4",
+ version="1.2.5",
27
description="Fast and Portable Cryptography Extension Library for Pyrogram",
28
long_description=readme,
29
long_description_content_type="text/markdown",
@@ -44,6 +44,7 @@
44
"Programming Language :: Python :: 3.8",
45
"Programming Language :: Python :: 3.9",
46
"Programming Language :: Python :: 3.10",
47
+ "Programming Language :: Python :: 3.11",
48
"Programming Language :: Python :: Implementation",
49
"Programming Language :: Python :: Implementation :: CPython",
50
"Programming Language :: Python :: Implementation :: PyPy",
0 commit comments