Bump version

This commit is contained in:
Alex Root Junior 2021-09-10 00:02:53 +03:00
parent cfd2a9968e
commit 40cb222314
11 changed files with 36 additions and 13 deletions

View file

@ -47,8 +47,8 @@ help:
.PHONY: install
install:
$(base_python) -m pip install --user -U poetry
poetry install
$(py) pre-commit install
.PHONY: clean
clean:
@ -58,9 +58,8 @@ clean:
rm -f `find . -type f -name '.*~' `
rm -rf `find . -name .pytest_cache`
rm -rf *.egg-info
rm -f .coverage
rm -f report.html
rm -f .coverage.*
rm -f .coverage*
rm -rf {build,dist,site,.cache,.mypy_cache,reports}
# =================================================================================================