diff --git a/README.md b/README.md index b078604..f453ade 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,7 @@ If you don't want to use the package, you can use the API that I have deployed The API is built with Django, and the following is an example of how I use it in a personal project: -![Screenshot](./screenshots/spam-detection-api-example.png) +![Usage of the API](https://github.com/adamspd/spam-detection-project/blob/main/screenshots/spam-detection-api-example.png?raw=true) The code: diff --git a/spam_detector_ai/__info__.py b/spam_detector_ai/__info__.py index 8eb8d1e..3466c8e 100644 --- a/spam_detector_ai/__info__.py +++ b/spam_detector_ai/__info__.py @@ -4,5 +4,5 @@ __description__ = "A package for detecting and filtering spam messages using Machine Learning models." __package_name__ = "spam-detector-ai" __url__ = "https://github.com/adamspd/spam-detection-project" -__version__ = "2.0.1" +__version__ = "2.0.2" __test_version__ = False