1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
3de71df7af 🤖 Bumped version to 0.1.25
All checks were successful
Package Python / Package (push) Successful in 25s
Test Python / Test (push) Successful in 24s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-27 00:06:53 +02:00
1c3dc67c00 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-09-27 00:01:31 +02:00
2 changed files with 16 additions and 2 deletions

View File

@ -9,7 +9,21 @@
Utility for working with scheme+ld and other data-graph and semantic web formats.
# License
## Dependencies
All requirements can be installed easily using:
```bash
pip install -r requirements.txt
```
Full list of requirements:
- [requests](https://pypi.org/project/requests/)
- [ratelimit](https://pypi.org/project/ratelimit/)
- [wikidata](https://pypi.org/project/wikidata/)
## License
```
Copyright (c) 2022-2024 Jon Michael Aanes

View File

@ -1 +1 @@
__version__ = '0.1.24'
__version__ = '0.1.25'