From 47fde68fe758f1cc8b3ebf0164a09d0fc6bb73de Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Tue, 23 Jul 2019 14:20:47 +0200 Subject: [PATCH] Update release number --- setup.py | 2 +- wo/core/variables.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 2198da8..d0d701c 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.6', + version='3.9.6.1', description=long_description, long_description=long_description, classifiers=[], diff --git a/wo/core/variables.py b/wo/core/variables.py index 94b6a86..51ab851 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -11,7 +11,7 @@ class WOVariables(): """Intialization of core variables""" # WordOps version - wo_version = "3.9.6" + wo_version = "3.9.6.1" # WordOps packages versions wo_wp_cli = "2.2.0" wo_adminer = "4.7.1"