From 99f95b85b1afd94926553ea21b472311bbd3c66b Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos Date: Mon, 14 Jan 2013 19:50:54 +0200 Subject: [PATCH] Bump version to 0.2 --- image_creator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_creator/__init__.py b/image_creator/__init__.py index 373713d..f9c092d 100644 --- a/image_creator/__init__.py +++ b/image_creator/__init__.py @@ -31,6 +31,6 @@ # interpreted as representing official policies, either expressed # or implied, of GRNET S.A. -__version__ = '0.1.1' +__version__ = '0.2' # vim: set sta sts=4 shiftwidth=4 sw=4 et ai : -- 1.7.10.4