From 4a51e75d1c55ddb1cc27a434d0024e1d4d3e6404 Mon Sep 17 00:00:00 2001 From: Imre Farkas Date: Thu, 5 Nov 2015 15:12:37 +0100 Subject: [PATCH] Bump version to 0.0.3 Change-Id: Id5dd93cd691fcc99b54b7e0d1331605d4f70fc11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7bfc64a..0534f6f 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.2', + version = '0.0.3', description = 'Library for managing machines with Dell iDRAC cards.', author = 'Imre Farkas', author_email = 'ifarkas@redhat.com',