diff --git a/README.md b/README.md index f4560a1..37c92bf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ shadowsocks =========== [![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/shadowsocks) -Current version: 1.3.0 +Current version: 1.3.1 shadowsocks is a lightweight tunnel proxy which can help you get through firewalls diff --git a/README.rst b/README.rst index 15d62e9..ac8e09a 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ shadowsocks =========== -|Build Status| Current version: 1.3.0 +|Build Status| Current version: 1.3.1 shadowsocks is a lightweight tunnel proxy which can help you get through firewalls diff --git a/setup.py b/setup.py index 661f11d..8a91159 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ with open('README.rst') as f: setup( name = "shadowsocks", - version = "1.3.0", + version = "1.3.1", license = 'MIT', description = "a lightweight tunnel proxy", author = 'clowwindy',