Explorar o código

fix: conf.py import error

wangweimin %!s(int64=5) %!d(string=hai) anos
pai
achega
111c08d3e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/conf.py

+ 1 - 1
docs/conf.py

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