From bdddf39e79ee8c1bd305f0351e863f6363978150 Mon Sep 17 00:00:00 2001
From: acpaquette <acpaquette@usgs.gov>
Date: Thu, 25 Jun 2020 12:13:46 -0700
Subject: [PATCH] Updated release number in docs (#369)

---
 docs/source/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index dc9ffda..1dc19d3 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 ---------------------------------------------------
-- 
GitLab