Bump version for v3.4.1 release.
diff --git a/docs/conf.py b/docs/conf.py
index f26cd6e..5be4e95 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -68,10 +68,10 @@
 # built documents.
 #
 # The short X.Y version.
-version = '3.4.0'
+version = '3.4.1'
 
 # The full version, including alpha/beta/rc tags.
-release = '3.4.0'
+release = '3.4.1'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff --git a/libcloud/__init__.py b/libcloud/__init__.py
index a840946..b05bc71 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -41,7 +41,7 @@
     'enable_debug'
 ]
 
-__version__ = '3.4.0'
+__version__ = '3.4.1'
 
 
 def enable_debug(fo):