Skip to content

Commit a75e69f

Browse files
committed
update version
1 parent 76e7a15 commit a75e69f

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.4.2--dev-FF00CC.svg)
4+
![](https://img.shields.io/badge/version-0.4.3--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
@@ -10,7 +10,7 @@
1010
requirements = [l for l in f.read().splitlines() if l]
1111

1212
setup(name="python-weixin",
13-
version="0.4.2",
13+
version="0.4.3",
1414
description="Python Weixin API client support wechat-app",
1515
long_description=long_description,
1616
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)