Bump version.
diff --git a/docs/conf.py b/docs/conf.py
index cbc1b77..ca4e9c4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,9 +73,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '2.8.2'
+version = '2.8.3'
 # The full version, including alpha/beta/rc tags.
-release = '2.8.2'
+release = '2.8.3'
 
 # 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 7a8550c..0e57a8e 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@
     'enable_debug'
 ]
 
-__version__ = '2.8.2'
+__version__ = '2.8.3'
 
 
 def enable_debug(fo):