Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
twisteroidambassador committed Sep 2, 2024
1 parent 553f452 commit 3066697
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ptadapter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@

__all__ = adapters.__all__

__version__ = '3.0.0'
__version__ = '3.0.1'
# Note: since ptadapter does not have any 3rd-party dependencies,
# it should be safe for setup.py to import this.
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Topic :: Internet :: Proxy Servers',
],
keywords='pluggable-transport obfuscation tcp',
Expand Down

0 comments on commit 3066697

Please sign in to comment.