Skip to content

Commit

Permalink
Merge pull request #6 from DevCa-IO/dev
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
devcadotio authored Feb 3, 2024
2 parents 5b24939 + bb6fc1c commit 1adbabd
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 1adbabd

Please sign in to comment.