diff --git a/README.rst b/README.rst index 6c259e4..b8f3da4 100644 --- a/README.rst +++ b/README.rst @@ -7,12 +7,11 @@ rtcclient .. image:: https://img.shields.io/pypi/v/rtcclient.svg :target: https://pypi.python.org/pypi/rtcclient -.. image:: https://img.shields.io/pypi/dm/rtcclient.svg - :target: https://pypi.python.org/pypi/rtcclient - .. image:: https://api.travis-ci.org/dixudx/rtcclient.svg?branch=master :target: https://pypi.python.org/pypi/rtcclient +.. image:: https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg + :target: https://saythanks.io/to/dixudx A Python-based Client/API for Rational Team Concert (RTC) diff --git a/setup.cfg b/setup.cfg index c62d65b..21ea6a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = rtcclient author = Di Xu -version = 0.6.0 +version = 0.7.0 author_email = stephenhsu90@gmail.com summary = RTCClient for Rational Team Concert description-file = README.rst