From 992a3f6488cbf43c37143d4c08d3e67c25c64ac1 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Wed, 2 Mar 2016 10:40:11 -0700 Subject: [PATCH] Bumped for next release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 45792f5..9b55fe6 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pykube", - version="0.8.0", + version="0.8.1", description="Python client library for Kubernetes", long_description=long_description, author="Eldarion, Inc.",