From c509cd38d78af575fec3e2968f5ff454a2402124 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 8 Oct 2014 11:21:24 +0200 Subject: [PATCH] Version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65a1b00e6..05d2499f6 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name = "ironic-discoverd", - version = "0.1.0", + version = "0.1.1", description = "Simple hardware discovery for OpenStack Ironic", author = "Dmitry Tantsur", author_email = "dtansur@redhat.com",