Set version for the release.
diff --git a/docs/conf.py b/docs/conf.py
index c1ffaa1..09aae1d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -73,9 +73,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '3.0.0-rc1'
+version = '3.0.0'
 # The full version, including alpha/beta/rc tags.
-release = '3.0.0-rc1'
+release = '3.0.0'
 
 # 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 ed5d790..b30de3b 100644
--- a/libcloud/__init__.py
+++ b/libcloud/__init__.py
@@ -46,7 +46,7 @@
     'enable_debug'
 ]
 
-__version__ = '3.0.0-rc1'
+__version__ = '3.0.0'
 
 
 def enable_debug(fo):