Skip to content

Commit cfc4c33

Browse files
committed
升级版本
1 parent 3076c6e commit cfc4c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-weixin
22
-----
33
![Build Status](https://travis-ci.org/gusibi/python-weixin.svg?branch=master)
4-
![](https://img.shields.io/badge/version-0.3.3--dev-FF00CC.svg)
4+
![](https://img.shields.io/badge/version-0.4.0--dev-FF00CC.svg)
55
![](https://img.shields.io/github/forks/gusibi/python-weixin.svg)
66
![](https://img.shields.io/github/stars/gusibi/python-weixin.svg)
77
![](https://img.shields.io/github/issues/gusibi/python-weixin.svg)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
requirements = [l for l in f.read().splitlines() if l]
99

1010
setup(name="python-weixin",
11-
version="0.3.4",
11+
version="0.4.0",
1212
description="Python Weixin API client support wechat-app",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)