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