diff --git a/Makefile b/Makefile index 87bd18b..6123a42 100644 --- a/Makefile +++ b/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-1.0.0-py3-none-any.whl --user + python -m pip install --upgrade dist/scrapthechan-0.1.0-py3-none-any.whl --user uninstall: # We change directory so pip uninstall will run, it'll fail otherwise. @cd ~/