From a75e69f3eb8d6dfb1b5923ac74de5b74af3e9281 Mon Sep 17 00:00:00 2001 From: goodspeed Date: Thu, 1 Nov 2018 15:19:11 +0800 Subject: [PATCH] update version --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5966709..e200e4c 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/setup.py b/setup.py index 357bf62..bf40e88 100644 --- a/setup.py +++ b/setup.py @@ -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",