diff --git a/fuelclient/main.py b/fuelclient/main.py index 659651c..b37139d 100644 --- a/fuelclient/main.py +++ b/fuelclient/main.py @@ -71,7 +71,7 @@ class FuelClient(app.App): def main(argv=sys.argv[1:]): fuelclient_app = FuelClient( description='Command line interface and Python API wrapper for Fuel.', - version='7.0.0', + version='8.0.0', command_manager=CommandManager('fuelclient', convert_underscores=True) ) return fuelclient_app.run(argv) diff --git a/setup.cfg b/setup.cfg index 6f2bb8f..5e50645 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = python-fuelclient -version = 7.0.0 +version = 8.0.0 summary = Command line interface and Python API wrapper for Fuel. author = Mirantis Inc. author-email = product@mirantis.com diff --git a/specs/python-fuelclient.spec b/specs/python-fuelclient.spec index 6388976..e3c6ea5 100644 --- a/specs/python-fuelclient.spec +++ b/specs/python-fuelclient.spec @@ -1,5 +1,5 @@ %define name python-fuelclient -%{!?version: %define version 7.0.0} +%{!?version: %define version 8.0.0} %{!?release: %define release 1} Summary: Console utility for working with fuel rest api