From 50405166039d3728d65e75b9c1d31165071ffe66 Mon Sep 17 00:00:00 2001 From: Gokul Kartha Date: Sat, 8 Apr 2023 13:17:50 +0200 Subject: [PATCH] cleanup --- README.md | 6 ++++-- src/pypersonality/__init__.py | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 421297f..561059e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # pypersonality -Written in python , Module to identify the personality type from a text given using (MBTI) Myers-Briggs Personality Type Dataset +Written in python , Module to identify the personality type from a text given using (MBTI) Myers-Briggs Personality Type Dataset. -### How to use it +![](https://github.com/karthagokul/pypersonality/blob/main/personality_types.jpg?raw=true) + +### How to use it? Install the module from pypi https://pypi.org/project/pypersonality/ pip install pypersonality diff --git a/src/pypersonality/__init__.py b/src/pypersonality/__init__.py index 27fdca4..81f0fde 100644 --- a/src/pypersonality/__init__.py +++ b/src/pypersonality/__init__.py @@ -1 +1 @@ -__version__ = "0.0.3" +__version__ = "0.0.4"