diff --git a/install b/install index 523439d..f9dfb25 100755 --- a/install +++ b/install @@ -9,7 +9,7 @@ # ------------------------------------------------------------------------- # wget -qO wo wops.cc && sudo bash wo # ------------------------------------------------------------------------- -# Version 3.9.8.2 - 2019-08-20 +# Version 3.9.8.3 - 2019-08-20 # ------------------------------------------------------------------------- # CONTENTS diff --git a/setup.py b/setup.py index acd071d..684f3a9 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ if not os.path.isfile('/root/.gitconfig'): shutil.copy2(os.path.expanduser("~")+'/.gitconfig', '/root/.gitconfig') setup(name='wo', - version='3.9.8.2', + version='3.9.8.3', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index 68b9080..d5997f8 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -10,7 +10,7 @@ class WOVariables(): """Intialization of core variables""" # WordOps version - wo_version = "3.9.8.2" + wo_version = "3.9.8.3" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.2"