From d5a99a9dba768b0e964ee97cf8f6c859563afbf3 Mon Sep 17 00:00:00 2001 From: Ryan Harper Date: Wed, 28 Oct 2015 10:12:44 -0500 Subject: [PATCH] Bump to version 0.0.3 Release 0.0.3 Signed-off-by: Ryan Harper --- subiquity/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subiquity/__init__.py b/subiquity/__init__.py index f0109269..9b3a3268 100644 --- a/subiquity/__init__.py +++ b/subiquity/__init__.py @@ -15,4 +15,4 @@ """ Subiquity """ -__version__ = "0.0.2" +__version__ = "0.0.3"