From 1fa22fe986cead06d4272f371038cc32c86e9b16 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 4 Dec 2017 06:27:43 +0100 Subject: [PATCH] Bump version to 0.8.0 This has been long enough in testing, so I'm quite confident to release this. Signed-off-by: aszlig --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dbb431c..dc69036 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ def run(self): setup(name='hetzner', - version='0.7.1', + version='0.8.0', description='High level access to the Hetzner robot', url='https://github.com/aszlig/hetzner', author='aszlig',