We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da851c commit 2512839Copy full SHA for 2512839
pproxy/__init__.py
@@ -2,7 +2,7 @@
2
from pproxy import proto
3
4
__title__ = 'pproxy'
5
-__version__ = "0.9.2"
+__version__ = "0.9.3"
6
__description__ = "Proxy server that can tunnel among remote servers by regex rules."
7
__author__ = "Qian Wenjie"
8
__license__ = "MIT License"
0 commit comments