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',