diff --git a/enos/utils/constants.py b/enos/utils/constants.py index 083cd97..b76f9b3 100644 --- a/enos/utils/constants.py +++ b/enos/utils/constants.py @@ -43,4 +43,4 @@ FAKE_NEUTRON_EXTERNAL_INTERFACE = 'nei' # ENOS Setup -VERSION = '8.0.0a6' +VERSION = '8.0.0a7' diff --git a/pyproject.toml b/pyproject.toml index f573eee..820a699 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "enos" -version = "8.0.0a6" +version = "8.0.0a7" description = "Experimental eNvironment for OpenStack" authors = ["Didier Iscovery "] license = "GPL-3.0-or-later"