summaryrefslogtreecommitdiffstats
path: root/gluster/gfapi.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/gfapi.py')
-rwxr-xr-xgluster/gfapi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gluster/gfapi.py b/gluster/gfapi.py
index 6186723..222f7a2 100755
--- a/gluster/gfapi.py
+++ b/gluster/gfapi.py
@@ -20,6 +20,8 @@ from gluster import api
from gluster.exceptions import LibgfapiException, Error
from gluster.utils import validate_mount, validate_glfd
+__version__ = '1.0'
+
# TODO: Move this utils.py
python_mode_to_os_flags = {}