From af8fe8579bbdf6ab36ee3fb66825552a66e7d25e Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Thu, 5 Nov 2015 13:09:15 +0100 Subject: [PATCH] Bump version to 0.0.2 Change-Id: I591f054876791a36c1f91344d397645d946f38de --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1f0380..7bfc64a 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ with open('requirements.txt', 'r') as fp: setup( name = 'python-dracclient', - version = '0.0.1', + version = '0.0.2', description = 'Library for managing machines with Dell iDRAC cards.', author = 'Imre Farkas', author_email = 'ifarkas@redhat.com',