We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18b9823 commit 91b5fb0Copy full SHA for 91b5fb0
doc/tools/build_modref_templates.py
@@ -39,7 +39,7 @@ def abort(error):
39
# exclude any appended git hash and date
40
installed_version = _version.parse(module.__version__.split('+git')[0])
41
42
- source_lines = open('../skimage/__init__.py').readlines()
+ source_lines = open('../src/skimage/__init__.py').readlines()
43
version = 'vUndefined'
44
for l in source_lines:
45
if l.startswith('__version__ = '):
0 commit comments