Commit 766e810 1 parent e3b3652 commit 766e810 Copy full SHA for 766e810
File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
19
19
sys .path .insert (0 , os .path .abspath (".." ))
20
20
21
- import pyDOE3
21
+ from pyDOE3 import __version__
22
22
23
23
# If extensions (or modules to document with autodoc) are in another directory,
24
24
# add these directories to sys.path here. If the directory is relative to the
57
57
# The short X.Y version.
58
58
version = "1"
59
59
# The full version, including alpha/beta/rc tags.
60
- release = pyDOE3 . __version__
60
+ release = __version__
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 52
52
"var_regression_matrix" ,
53
53
"gsd" ,
54
54
]
55
+
56
+ from ._version import __version__ # noqa
You can’t perform that action at this time.
0 commit comments