bump version

This commit is contained in:
clowwindy 2013-04-03 21:09:23 +08:00
parent 3a76d132b9
commit b8cb1a3e97
3 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ shadowsocks
===========
[![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/shadowsocks)
Current version: 0.9.4
Current version: 1.0
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls

View file

@ -155,7 +155,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
if __name__ == '__main__':
os.chdir(os.path.dirname(__file__) or '.')
print 'shadowsocks v0.9.4'
print 'shadowsocks v1.0'
with open('config.json', 'rb') as f:
config = json.load(f)

View file

@ -129,7 +129,7 @@ class Socks5Server(SocketServer.StreamRequestHandler):
if __name__ == '__main__':
os.chdir(os.path.dirname(__file__) or '.')
print 'shadowsocks v0.9.4'
print 'shadowsocks v1.0'
with open('config.json', 'rb') as f:
config = json.load(f)