1
0

Compare commits

..

2 Commits

Author SHA1 Message Date
da9f7617d2 🤖 Bumped version to 0.1.27
All checks were successful
Python Ruff Code Quality / ruff (push) Successful in 22s
Package Python / Package (push) Successful in 25s
Run Python tests (through Pytest) / Test (push) Successful in 24s
Verify Python project can be installed, loaded and have version checked / Test (push) Successful in 21s
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-01 23:19:15 +01:00
ce868df68b 🤖 Repository layout updated to latest version
This commit was automatically generated by a script: https://gitfub.space/Jmaa/repo-manager
2024-11-01 23:19:00 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -40,6 +40,7 @@ REQUIREMENTS_MAIN = [
]
REQUIREMENTS_TEST = [
'pytest',
'wikidata',
]

View File

@ -1 +1 @@
__version__ = '0.1.26'
__version__ = '0.1.27'