diff --git a/docs/source/conf.py b/docs/source/conf.py
index dc9ffdad37634f1781ec6b2cfe2b8d860b40491b..1dc19d3fb589df13f7c2d28f62ce2ad25d52bf3c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -25,10 +25,10 @@ project = 'ALE'
 copyright = 'Public Domain'
 author = 'USGS, Astrogeology Science Center'
 
-# The short X.Y version
-version = '0.1'
+# The short X.Y.Z version
+version = '0.8.1'
 # The full version, including alpha/beta/rc tags
-release = '0.1.0'
+release = '0.8.1'
 
 
 # -- General configuration ---------------------------------------------------