From acbfaefa9c1e7e3a1068506286e2af173ed481f2 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 4 May 2021 03:58:46 +0400 Subject: [PATCH] Version changed to 0.5.1 in a Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46b53ed..717d282 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-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 ~/