1
0

Compare commits

..

No commits in common. "bed11cd452a8b7c9c4af71f7a61ee9624d7dee3d" and "205aa6437c58f99a3b6f201405fb1d0da2d48c00" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -23,9 +23,7 @@ Once run, it exposes the following endpoints:
## Dependencies
This project requires [Python](https://www.python.org/) 3.8 or newer.
All required libraries can be installed easily using:
All requirements can be installed easily using:
```bash
pip install -r requirements.txt

View File

@ -1 +1 @@
__version__ = '0.1.9'
__version__ = '0.1.8'