Updated version to 0.2.2
This commit is contained in:
parent
f21ff0aff5
commit
6df9e573aa
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
|||||||
build: scrapthechan README.md setup.cfg
|
build: scrapthechan README.md setup.cfg
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel
|
||||||
install:
|
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:
|
uninstall:
|
||||||
# We change directory so pip uninstall will run, it'll fail otherwise.
|
# We change directory so pip uninstall will run, it'll fail otherwise.
|
||||||
@cd ~/
|
@cd ~/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
__date__ = "18 July 2020"
|
__date__ = "20 July 2020"
|
||||||
__version__ = "0.2.1"
|
__version__ = "0.2.2"
|
||||||
__author__ = "Alexander \"Arav\" Andreev"
|
__author__ = "Alexander \"Arav\" Andreev"
|
||||||
__email__ = "me@arav.top"
|
__email__ = "me@arav.top"
|
||||||
__copyright__ = f"Copyright (c) 2020 {__author__} <{__email__}>"
|
__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>"""
|
see <https://opensource.org/licenses/MIT>"""
|
||||||
|
|
||||||
VERSION = \
|
VERSION = \
|
||||||
f"ScrapTheChan ver. {__version__} ({__date__})\n\n{__copyright__}\n"\
|
f"ScrapTheChan ver. {__version__} ({__date__})\n{__copyright__}\n"\
|
||||||
f"\n{__license__}"
|
f"\n{__license__}"
|
||||||
|
Loading…
Reference in New Issue
Block a user