Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
devcadotio committed Feb 3, 2024
1 parent 1636dfd commit bb6fc1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = Njalla
version = 0.2
version = 0.2.1
author = Luca from DevCa
author_email= [email protected]
description = A python library built to integrate the njal.la API
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='Njalla',
version='0.2',
version='0.2.1',
packages=find_packages(),
install_requires=[
'requests'
Expand Down

0 comments on commit bb6fc1c

Please sign in to comment.