diff --git a/README.md b/README.md index f848f18..bcaca2c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Test suite status Version v2.6 GPL-2.0 license +Test suite status Version v2.7 GPL-2.0 license # Omega - From Wordpress admin to pty diff --git a/omega_wp/config.py b/omega_wp/config.py index ba87b89..744537e 100644 --- a/omega_wp/config.py +++ b/omega_wp/config.py @@ -1,7 +1,7 @@ from pwnlib import useragents -VERSION = '2.6' +VERSION = '2.7' DEFAULT_HEADERS = { 'User-Agent': useragents.random() diff --git a/setup.py b/setup.py index 9081fc6..9df861a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='omega_wp', - version='2.6.post1', + version='2.7', license='GPL-2.0', description='From Wordpress admin to pty automatically!', author='Ángel Heredia',