diff --git a/enos/utils/constants.py b/enos/utils/constants.py index b76f9b3..024859c 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.0a7' +VERSION = '8.0.0a8' diff --git a/pyproject.toml b/pyproject.toml index 820a699..e034b96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "enos" -version = "8.0.0a7" +version = "8.0.0a8" description = "Experimental eNvironment for OpenStack" authors = ["Didier Iscovery "] license = "GPL-3.0-or-later"