1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
5bbf9cafb0 🤖 Bumped version to 0.1.2
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-06 12:41:12 +01:00
eca7403d98 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2025-03-06 12:40:03 +01:00
2 changed files with 4 additions and 2 deletions
README.md
feed_chat_webhook

View File

@ -14,7 +14,9 @@ Work in progress.
## Dependencies
All requirements can be installed easily using:
This project requires [Python](https://www.python.org/) 3.8 or newer.
All required libraries can be installed easily using:
```bash
pip install -r requirements.txt

View File

@ -1 +1 @@
__version__ = '0.1.1'
__version__ = '0.1.2'