summaryrefslogtreecommitdiffstats
path: root/gluster/gfapi/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gluster/gfapi/__init__.py')
-rw-r--r--gluster/gfapi/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gluster/gfapi/__init__.py b/gluster/gfapi/__init__.py
index 8d99bf2..785b3e7 100644
--- a/gluster/gfapi/__init__.py
+++ b/gluster/gfapi/__init__.py
@@ -8,7 +8,7 @@
# later), or the GNU General Public License, version 2 (GPLv2), in all
# cases as published by the Free Software Foundation.
-__version__ = '1.0'
+__version__ = '1.1'
from gfapi import File, Dir, DirEntry, Volume
__all__ = ['File', 'Dir', 'DirEntry', 'Volume']