summaryrefslogtreecommitdiffstats
path: root/gluster
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-08-16 16:52:47 +0530
committerPrashanth Pai <ppai@redhat.com>2016-08-16 16:52:47 +0530
commitddd614c5851f3c4805f22255269dc3df4976ba97 (patch)
tree0d1cb83fa8e09955ef0203b4b48735d1f9e388a1 /gluster
parentd9d3ee09043184110a0a1a2fcb3db7468e840f82 (diff)
Release version 1.1v1.1
Change-Id: Ia134ba44f56fbb94c0b988c2353c59e1a25fbbc7 Signed-off-by: Prashanth Pai <ppai@redhat.com>
Diffstat (limited to 'gluster')
-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']