1
0
Fork 0

Version is changed to 0.4.0.

This commit is contained in:
Alexander Andreev 2020-11-18 23:51:18 +04:00
parent 86b6278657
commit 6dab626084
2 changed files with 3 additions and 3 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.3.0-py3-none-any.whl --user
python -m pip install --upgrade dist/scrapthechan-0.4.0-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__ = "9 September 2020"
__version__ = "0.3.0"
__date__ = "18 November 2020"
__version__ = "0.4.0"
__author__ = "Alexander \"Arav\" Andreev"
__email__ = "me@arav.top"
__copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"