From 9fcb09f442dac26e19121cbd7fa56882e01e1e6d Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 8 Jul 2020 22:59:36 +0400 Subject: [PATCH] Fixed version of package. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ~/