Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
gusibi committed Nov 1, 2018
1 parent 76e7a15 commit a75e69f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
python-weixin
-----
![Build Status](https://travis-ci.org/gusibi/python-weixin.svg?branch=master)
![](https://img.shields.io/badge/version-0.4.2--dev-FF00CC.svg)
![](https://img.shields.io/badge/version-0.4.3--dev-FF00CC.svg)
![](https://img.shields.io/github/forks/gusibi/python-weixin.svg)
![](https://img.shields.io/github/stars/gusibi/python-weixin.svg)
![](https://img.shields.io/github/issues/gusibi/python-weixin.svg)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
requirements = [l for l in f.read().splitlines() if l]

setup(name="python-weixin",
version="0.4.2",
version="0.4.3",
description="Python Weixin API client support wechat-app",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a75e69f

Please sign in to comment.