diff --git a/install b/install index ea4110b..00d5581 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo -E bash wo # ------------------------------------------------------------------------- -# Version 3.16.0 - 2022-12-22 +# Version 3.16.0 - 2022-12-23 # ------------------------------------------------------------------------- # CONTENTS @@ -445,7 +445,7 @@ wo_install() { python3 -m pip uninstall setuptools -y python3 -m pip install -I setuptools==57.5.0 python3 -m pip install -U pip wheel - python3 -m pip uninstall psutil + python3 -m pip uninstall psutil -y else rm -rf /opt/wo python3 -m venv /opt/wo @@ -510,6 +510,7 @@ wo_travis_install() { python3 -m pip uninstall setuptools -y python3 -m pip install -I setuptools==57.5.0 python3 -m pip install -U pip wheel + python3 -m pip uninstall psutil -y else rm -rf /opt/wo python3 -m venv /opt/wo diff --git a/wo/cli/controllers/base.py b/wo/cli/controllers/base.py index 4078777..9d56468 100644 --- a/wo/cli/controllers/base.py +++ b/wo/cli/controllers/base.py @@ -8,7 +8,7 @@ VERSION = WOVar.wo_version BANNER = """ WordOps v%s -Copyright (c) 2022 WordOps. +Copyright (c) 2023 WordOps. """ % VERSION