diff --git a/setup.py b/setup.py index 99b7839..dbf01ee 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ if os.geteuid() == 0: os.makedirs('/var/lib/wo/tmp/') setup(name='wordops', - version='3.19.1', + version='3.20.0', description='An essential toolset that eases server administration', long_description=LONG, long_description_content_type='text/markdown', diff --git a/wo/core/variables.py b/wo/core/variables.py index ca24c54..9d5f9ef 100644 --- a/wo/core/variables.py +++ b/wo/core/variables.py @@ -15,7 +15,7 @@ class WOVar(): """Intialization of core variables""" # WordOps version - wo_version = "3.19.1" + wo_version = "3.20.0" # WordOps packages versions wo_wp_cli = "2.10.0" wo_adminer = "4.8.1"