Skip to content

Commit

Permalink
removing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jun 24, 2024
1 parent 6f1af7e commit 7160a0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
regex = r'project\(\w+\s+VERSION\s+(\d+\.\d+\.\d+)'
version = '0.0.0'
# read the version from the cmake files
# print the current working directory
with open(f'../../CMakeLists.txt', 'r') as f:
for line in f:
match = re.match(regex, line)
Expand Down

0 comments on commit 7160a0a

Please sign in to comment.