1
0
Fork 0

Updated version to 0.2.2

This commit is contained in:
Alexander Andreev 2020-07-20 03:43:36 +04:00
parent f21ff0aff5
commit 6df9e573aa
2 changed files with 4 additions and 4 deletions

View File

@ -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.2.1-py3-none-any.whl --user
python -m pip install --upgrade dist/scrapthechan-0.2.2-py3-none-any.whl --user
uninstall:
# We change directory so pip uninstall will run, it'll fail otherwise.
@cd ~/

View File

@ -1,5 +1,5 @@
__date__ = "18 July 2020"
__version__ = "0.2.1"
__date__ = "20 July 2020"
__version__ = "0.2.2"
__author__ = "Alexander \"Arav\" Andreev"
__email__ = "me@arav.top"
__copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"
@ -9,5 +9,5 @@ For a copy see COPYING file in a directory of the program, or
see <https://opensource.org/licenses/MIT>"""
VERSION = \
f"ScrapTheChan ver. {__version__} ({__date__})\n\n{__copyright__}\n"\
f"ScrapTheChan ver. {__version__} ({__date__})\n{__copyright__}\n"\
f"\n{__license__}"