aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-27 16:48:37 -0500
committerBobby <[email protected]>2022-11-27 16:48:37 -0500
commit73edbdcc0f258fd53a742397b4f993b9ec9a78ab (patch)
tree7e017ed44267e3034f5a3f90bf55ae7b09ad1067 /docs/conf.py
parent7adaebda4efd36f1fe1e3fe4d745d387b4e6603c (diff)
downloadedify-73edbdcc0f258fd53a742397b4f993b9ec9a78ab.tar.xz
edify-73edbdcc0f258fd53a742397b4f993b9ec9a78ab.zip
Bump version: 0.2.0 → 0.3.0
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index d66e51c..96a44b4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,7 +20,7 @@ project = 'Edify'
year = '2022'
author = 'Bobby'
copyright = '{0}, {1}'.format(year, author)
-version = release = '0.2.0'
+version = release = '0.3.0'
pygments_style = 'trac'
templates_path = ['.']