diff options
-rw-r--r-- | source/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/conf.py b/source/conf.py index c70a378..05bbc18 100644 --- a/source/conf.py +++ b/source/conf.py @@ -23,6 +23,8 @@ author = "Elena ``of Valhalla''" # The full version, including alpha/beta/rc tags release = '0.1.0' +# The major project version +version = '0.1' # compatibility with sphinx 1.8 on buster master_doc = 'index' |