From 71f0aed5ffef68318e7124c84322a17e329ab7e8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 5 Jan 2019 09:52:13 -0800 Subject: [PATCH] Update conf.py Bumped version --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index fa91981..acb9f2a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ author = u'Jamie Hardt' # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'v1.0' +release = u'v1.1' # -- General configuration ---------------------------------------------------