From: Alfredo Deza Date: Mon, 12 Aug 2013 15:25:52 +0000 (-0400) Subject: add the version to dunder init X-Git-Tag: v1.2.1~6^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c8bbc960246a8aa6aba8ae0941ff62ce8289883e;p=ceph-deploy.git add the version to dunder init Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index e69de29..fd99c36 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -0,0 +1,3 @@ + +__version__ = '1.2.1b' +