summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py2
-rw-r--r--gluster/gfapi/__init__.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 38e9814..b397d86 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -66,7 +66,7 @@ author = u'Red Hat, Inc.'
# built documents.
#
# The short X.Y version.
-version = u'1.0'
+version = u'1.1'
# The full version, including alpha/beta/rc tags.
release = u'0'
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']