We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553f452 commit 3066697Copy full SHA for 3066697
ptadapter/__init__.py
@@ -8,6 +8,6 @@
8
9
__all__ = adapters.__all__
10
11
-__version__ = '3.0.0'
+__version__ = '3.0.1'
12
# Note: since ptadapter does not have any 3rd-party dependencies,
13
# it should be safe for setup.py to import this.
setup.py
@@ -26,6 +26,10 @@
26
'Programming Language :: Python :: 3 :: Only',
27
'Programming Language :: Python :: 3.7',
28
'Programming Language :: Python :: 3.8',
29
+ 'Programming Language :: Python :: 3.9',
30
+ 'Programming Language :: Python :: 3.10',
31
+ 'Programming Language :: Python :: 3.11',
32
+ 'Programming Language :: Python :: 3.12',
33
'Topic :: Internet :: Proxy Servers',
34
],
35
keywords='pluggable-transport obfuscation tcp',
0 commit comments