Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tahagad committed Jun 27, 2023
1 parent 0b0b013 commit aa07f4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ Modules:
## Installation
Install with pip (define version):
```
pip install git+https://github.com/solita/[email protected].0
pip install git+https://github.com/solita/[email protected].1
```

Include in requirements.txt (define version):
```
git+https://github.com/solita/[email protected].0
git+https://github.com/solita/[email protected].1
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name='adenotifier',
version='0.2.0',
version='0.2.1',
author='Taha Gad, Henri Hemminki',
author_email='[email protected], [email protected]',
description='Python library for using ADE Notify API',
Expand Down

0 comments on commit aa07f4f

Please sign in to comment.