Skip to content

Commit 94815ee

Browse files
committed
Fix path where version is loaded
1 parent 14a8581 commit 94815ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Downloading SCIP tagfile to create links to SCIP docu"
3131
wget -q -O docs/scip.tag https://scip.zib.de/doc/scip.tag
3232

3333
#get version number for doxygen
34-
export VERSION_NUMBER=$(grep "__version__" src/pyscipopt/__init__.py | cut -d ' ' -f 3 | tr --delete \')
34+
export VERSION_NUMBER=$(grep "__version__" src/pyscipopt/_version.py | cut -d ' ' -f 3 | tr --delete \')
3535

3636
# generate html documentation in docs/html
3737
echo "Generating documentation"

0 commit comments

Comments
 (0)