Browse Source

fix: conf.py import error

wangweimin 5 years ago
parent
commit
111c08d3e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

@@ -13,7 +13,7 @@ import sys
 sys.path.insert(0, os.path.abspath(".."))
 sys.path.insert(0, os.path.abspath(".."))
 import pywebio
 import pywebio
 
 
-version = release = pywebio.version
+version = release = pywebio.__version__
 
 
 # -- Project information -----------------------------------------------------
 # -- Project information -----------------------------------------------------