X Tutup
Skip to content

Commit 2512839

Browse files
authored
Add files via upload
1 parent 5da851c commit 2512839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pproxy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pproxy import proto
33

44
__title__ = 'pproxy'
5-
__version__ = "0.9.2"
5+
__version__ = "0.9.3"
66
__description__ = "Proxy server that can tunnel among remote servers by regex rules."
77
__author__ = "Qian Wenjie"
88
__license__ = "MIT License"

0 commit comments

Comments
 (0)
X Tutup