From c8bbc960246a8aa6aba8ae0941ff62ce8289883e Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 12 Aug 2013 11:25:52 -0400 Subject: [PATCH] add the version to dunder init Signed-off-by: Alfredo Deza --- ceph_deploy/__init__.py | 3 +++ 1 file changed, 3 insertions(+) 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' + -- 2.47.3