From bb6fc1c3041b3a289012b6cab59412c6c8452ef1 Mon Sep 17 00:00:00 2001 From: devcadotio Date: Sat, 3 Feb 2024 14:33:03 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41118b5..ccf8bfb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ This Python library provides a convenient interface for interacting with the Nja To install the library, use the following command: ``` -This Library is not yet available on PyPi +pip install Njalla ``` ## Usage diff --git a/setup.cfg b/setup.cfg index cd08696..f474c2b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Njalla -version = 0.2 +version = 0.2.1 author = Luca from DevCa author_email= luca@devca.io description = A python library built to integrate the njal.la API diff --git a/setup.py b/setup.py index 6f4ec72..3fd1408 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='Njalla', - version='0.2', + version='0.2.1', packages=find_packages(), install_requires=[ 'requests'