Version in a Makefile is changed to 0.4.1.
This commit is contained in:
parent
503eb9959b
commit
4f6f56ae7b
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
build: scrapthechan README.md setup.cfg
|
build: scrapthechan README.md setup.cfg
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
install:
|
install:
|
||||||
python -m pip install --upgrade dist/scrapthechan-0.4.0-py3-none-any.whl --user
|
python -m pip install --upgrade dist/scrapthechan-0.4.1-py3-none-any.whl --user
|
||||||
uninstall:
|
uninstall:
|
||||||
# We change directory so pip uninstall will run, it'll fail otherwise.
|
# We change directory so pip uninstall will run, it'll fail otherwise.
|
||||||
@cd ~/
|
@cd ~/
|
||||||
|
Loading…
Reference in New Issue
Block a user