Compare commits

..

2 Commits

Author SHA1 Message Date
f0643b3488 Patch: config cleanup 2025-05-23 17:15:26 +01:00
9b5e74ae67 Removed unnecessary docker version check 2025-05-23 16:26:44 +01:00
2 changed files with 1 additions and 3 deletions

View File

@@ -74,8 +74,6 @@ jobs:
run: |
uv --version
uv run python --version
docker --version
docker ps
- name: Install dependencies
run: |

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.4"
__version__ = "2025.5.20.5"