瀏覽代碼

docs/conf: Fix version numbers

Jan Holthuis 5 年之前
父節點
當前提交
0ebd929b81
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/conf.py

+ 2 - 2
docs/conf.py

@@ -4,8 +4,8 @@ import time
 
 author = "Jan Holthuis"
 project = "sphinx-multiversion"
-release = "1.0.0"
-version = "1.0"
+release = "0.1.1"
+version = "0.1"
 copyright = "{}, {}".format(time.strftime("%Y"), author)
 
 html_last_updated_fmt = "%c"