From 2043fc277f1853703d53efe2b2c0e8afbc57caca Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Wed, 9 Sep 2020 04:39:33 +0400 Subject: [PATCH] No right to fuck up! Shit... Forgot third part of a version. --- Makefile | 2 +- scrapthechan/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 40e23c3..08c7982 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.3-py3-none-any.whl --user + python -m pip install --upgrade dist/scrapthechan-0.3.0-py3-none-any.whl --user uninstall: # We change directory so pip uninstall will run, it'll fail otherwise. @cd ~/ diff --git a/scrapthechan/__init__.py b/scrapthechan/__init__.py index 9451756..feb2a42 100644 --- a/scrapthechan/__init__.py +++ b/scrapthechan/__init__.py @@ -1,5 +1,5 @@ __date__ = "9 September 2020" -__version__ = "0.3" +__version__ = "0.3.0" __author__ = "Alexander \"Arav\" Andreev" __email__ = "me@arav.top" __copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"