diff --git a/README.rst b/README.rst index c80b27b..e865cd0 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ - .. image:: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg :align: center :height: 200 :alt: logo - + + .. image:: https://img.shields.io/pypi/v/chatInsights.svg :target: https://pypi.org/project/chatInsights/ @@ -35,6 +35,7 @@ A simple code example: obj.word_cloud() + .. list-table:: :widths: 33 33 33 :header-rows: 0 @@ -57,6 +58,8 @@ A simple code example: - + + Features -------- - User activity stats @@ -68,21 +71,25 @@ Features Documentation ------------- + Updated soon. Bugs/Requests ------------- + Please use the `GitHub issue tracker `_ to submit bugs or request features. Changelog --------- + Consult the `Changelog `__ page for fixes and enhancements of each version. License ------- + Distributed under the terms of the `MIT`_ license. diff --git a/setup.py b/setup.py index b341446..24066bd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ with open("README.rst", "r", encoding="utf-8") as f: long_description = f.read() -__version__ = "0.0.1a7" +__version__ = "0.0.1a8" REPO_NAME = "chatInsights" AUTHOR = "ronilpatil" AUTHOR_EMAIL = "ronylpatil@gmail.com"