Bump version to 1.1.0

This commit is contained in:
Pim van Pelt
2025-08-01 16:52:51 +02:00
parent 349e5d9b93
commit 255045da7e
6 changed files with 23 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ clean:
# Build the wheel package
build: clean
@echo "Building wheel package..."
python -m build
python3 -m build
@echo "Build complete. Artifacts in dist/"
# Install package in development mode
@@ -43,4 +43,4 @@ dev: clean build
@echo "Installing newly built package..."
pip uninstall kumacli -y 2>/dev/null || true
pip install dist/kumacli-*.whl
@echo "Development installation complete."
@echo "Development installation complete."