Skip to content

Commit 57ad12e

Browse files
committed
pre-release v0.0.1a12
1 parent 694714c commit 57ad12e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
.. image:: https://img.shields.io/pypi/v/chatInsights.svg
9-
:target: https://pypi.org/project/chatInsights/
9+
:target: https://pypi.org/project/chatInsights/
1010

1111
.. image:: https://img.shields.io/pypi/pyversions/chatInsights.svg
1212
:target: https://pypi.org/project/chatInsights/

setup.py

+2-2
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.1a11"
6+
__version__ = "0.0.1a12"
77
REPO_NAME = "chatInsights"
88
AUTHOR = "ronilpatil"
99
AUTHOR_EMAIL = "[email protected]"
@@ -18,7 +18,7 @@
1818
description=("whatsapp group chat analysis python package"),
1919
keywords=["chat analysis", "statistical analysis", "eda"],
2020
long_description=long_description,
21-
long_description_content_type="text/markdown",
21+
long_description_content="text/markdown",
2222
url=f"https://github.com/{AUTHOR_USER_NAME}/{REPO_NAME}",
2323
classifiers=[
2424
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)