mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Bump version
This commit is contained in:
parent
cfd2a9968e
commit
40cb222314
11 changed files with 36 additions and 13 deletions
5
Makefile
5
Makefile
|
|
@ -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}
|
||||
|
||||
# =================================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue