We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738d178 commit 6ccd65aCopy full SHA for 6ccd65a
docs/source/conf.py
@@ -107,7 +107,8 @@ def install(package):
107
# built documents.
108
#
109
# The short X.Y version.
110
-from version import version as quantecon_version
+import quantecon
111
+quantecon_version = quantecon.__version__
112
version = quantecon_version
113
# The full version, including alpha/beta/rc tags.
114
release = quantecon_version
0 commit comments