bump
This commit is contained in:
parent
a54146364c
commit
41fba91d48
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@ shadowsocks
|
||||||
===========
|
===========
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/clowwindy/shadowsocks.png)](https://travis-ci.org/clowwindy/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
|
shadowsocks is a lightweight tunnel proxy which can help you get through firewalls
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
shadowsocks
|
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
|
shadowsocks is a lightweight tunnel proxy which can help you get through
|
||||||
firewalls
|
firewalls
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ with open('README.rst') as f:
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "shadowsocks",
|
name = "shadowsocks",
|
||||||
version = "1.3.0",
|
version = "1.3.1",
|
||||||
license = 'MIT',
|
license = 'MIT',
|
||||||
description = "a lightweight tunnel proxy",
|
description = "a lightweight tunnel proxy",
|
||||||
author = 'clowwindy',
|
author = 'clowwindy',
|
||||||
|
|
Loading…
Reference in a new issue