Bump version to 1.1.0
This commit is contained in:
4
Makefile
4
Makefile
@@ -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."
|
||||
|
Reference in New Issue
Block a user