From 98f73e44d0190e99a10b8bd355c27656a52812be Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 3 Jan 2015 13:56:19 +0800 Subject: [PATCH] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c2b7d88..2bfc2c5 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with codecs.open('README.rst', encoding='utf-8') as f: setup( name="shadowsocks", - version="2.6.1", + version="2.6.2", license='MIT', description="A fast tunnel proxy that help you get through firewalls", author='clowwindy',