From 67ff78e0778f693eae1ea14212542150c1717c05 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Fri, 23 Dec 2022 08:11:44 +0100 Subject: [PATCH] Update version, fix psutil install --- install | 5 +++-- wo/cli/controllers/base.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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