Skip to content

Commit 3066697

Browse files
Bump version.
1 parent 553f452 commit 3066697

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ptadapter/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
__all__ = adapters.__all__
1010

11-
__version__ = '3.0.0'
11+
__version__ = '3.0.1'
1212
# Note: since ptadapter does not have any 3rd-party dependencies,
1313
# it should be safe for setup.py to import this.

setup.py

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
'Programming Language :: Python :: 3 :: Only',
2727
'Programming Language :: Python :: 3.7',
2828
'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',
2933
'Topic :: Internet :: Proxy Servers',
3034
],
3135
keywords='pluggable-transport obfuscation tcp',

0 commit comments

Comments
 (0)