From 4f6f56ae7bd7df0ce3a38f31f2aaef6981bdde9e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 28 Apr 2021 02:50:38 +0400 Subject: [PATCH] Version in a Makefile is changed to 0.4.1. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 24fa7cd..cf533e2 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.4.0-py3-none-any.whl --user + python -m pip install --upgrade dist/scrapthechan-0.4.1-py3-none-any.whl --user uninstall: # We change directory so pip uninstall will run, it'll fail otherwise. @cd ~/