From 185c4431cb705840b1de0f25ce6f217ecf80cea2 Mon Sep 17 00:00:00 2001 From: Rajashekar Chintalapati Date: Wed, 13 Sep 2023 09:34:35 -0700 Subject: [PATCH] Fixing typos --- README.rst | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index e9b3e3d..ecad5b1 100644 --- a/README.rst +++ b/README.rst @@ -14,13 +14,13 @@ For Indian electoral rolls, we assume the last name is the word in the name that Gradio App. ----------- -`Parsarnaam on HF `_ +`parsernaam on HF `_ Installation ------------ .. code-block:: bash - pip install parsarnaam + pip install parsernaam General API ----------- @@ -30,7 +30,7 @@ The general API is as follows: :: # Import the library - from parsarnaam.parsarnaam import ParseNames + from parsernaam.parsernaam import ParseNames positional arguments: df dataframe with Names to parse (with column name 'name') diff --git a/setup.py b/setup.py index b2071ae..5ca9657 100644 --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ def run_tests(self): setup( name="parsernaam", - version="0.0.2", + version="0.0.3", description=("Name parser"), long_description=long_description, # The project's main homepage.