We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a75685 commit 61742ebCopy full SHA for 61742eb
setup.py
@@ -6,7 +6,7 @@
6
long_description = f.read()
7
8
setup(name='rsp',
9
- version='0.5.1',
+ version='1.0.0',
10
description='Rapid SSH Proxy',
11
url='https://github.com/Snawoot/rsp',
12
author='Vladislav Yarmak',
snapcraft.yaml
@@ -1,5 +1,5 @@
1
name: rsp
2
-version: '0.8.2'
+version: '1.0.0'
3
summary: Rapid SSH Proxy.
4
description: |
5
rsp is a SSH client which implements SOCKS5 proxy feature of SSH protocol.
0 commit comments