Skip to content

Commit 5615dff

Browse files
committed
pre-release v0.0.1a8
1 parent bb05392 commit 5615dff

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
21
.. image:: https://upload.wikimedia.org/wikipedia/commons/6/6b/WhatsApp.svg
32
:align: center
43
:height: 200
54
:alt: logo
6-
5+
6+
77
.. image:: https://img.shields.io/pypi/v/chatInsights.svg
88
:target: https://pypi.org/project/chatInsights/
99

@@ -35,6 +35,7 @@ A simple code example:
3535
obj.word_cloud()
3636
3737
38+
3839
.. list-table::
3940
:widths: 33 33 33
4041
:header-rows: 0
@@ -57,6 +58,8 @@ A simple code example:
5758
-
5859

5960

61+
62+
6063
Features
6164
--------
6265
- User activity stats
@@ -68,21 +71,25 @@ Features
6871

6972
Documentation
7073
-------------
74+
7175
Updated soon.
7276

7377

7478
Bugs/Requests
7579
-------------
80+
7681
Please use the `GitHub issue tracker <https://github.com/ronylpatil/chatInsights/issues>`_ to submit bugs or request features.
7782

7883

7984
Changelog
8085
---------
86+
8187
Consult the `Changelog <add changelog link here>`__ page for fixes and enhancements of each version.
8288

8389

8490
License
8591
-------
92+
8693
Distributed under the terms of the `MIT`_ license.
8794

8895

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
with open("README.rst", "r", encoding="utf-8") as f:
44
long_description = f.read()
55

6-
__version__ = "0.0.1a7"
6+
__version__ = "0.0.1a8"
77
REPO_NAME = "chatInsights"
88
AUTHOR = "ronilpatil"
99
AUTHOR_EMAIL = "[email protected]"

0 commit comments

Comments
 (0)