clowwindy 12 years ago
parent
commit
41fba91d48
  1. 2
      README.md
  2. 2
      README.rst
  3. 2
      setup.py

2
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

2
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

2
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',

Loading…
Cancel
Save