diff --git a/docs/conf.py b/docs/conf.py index bdfcbcd7..972a54d3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,9 +26,9 @@ copyright = u'2018, cytopia' author = u'cytopia' # The short X.Y version -version = u'' +version = u'1.0' # The full version, including alpha/beta/rc tags -release = u'' +release = u'1.0' # -- General configuration ---------------------------------------------------