Skip to content

Commit

Permalink
pre-release v0.0.1a8
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed Jun 17, 2024
1 parent bb05392 commit 5615dff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
@@ -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/

Expand Down Expand Up @@ -35,6 +35,7 @@ A simple code example:
obj.word_cloud()
.. list-table::
:widths: 33 33 33
:header-rows: 0
Expand All @@ -57,6 +58,8 @@ A simple code example:
-




Features
--------
- User activity stats
Expand All @@ -68,21 +71,25 @@ Features

Documentation
-------------

Updated soon.


Bugs/Requests
-------------

Please use the `GitHub issue tracker <https://github.com/ronylpatil/chatInsights/issues>`_ to submit bugs or request features.


Changelog
---------

Consult the `Changelog <add changelog link here>`__ page for fixes and enhancements of each version.


License
-------

Distributed under the terms of the `MIT`_ license.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"
Expand Down

0 comments on commit 5615dff

Please sign in to comment.