Skip to content

Commit

Permalink
Fix the code to read the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Oct 20, 2022
1 parent 1f8f24a commit 0e0662d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#

def read_project_version():
f = open("VERSION.txt")
f = open("../VERSION.txt")
version = f.readline().strip()
f.close()

Expand Down

0 comments on commit 0e0662d

Please sign in to comment.