Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
edwardtheharris committed Jul 23, 2024
1 parent ebf5b36 commit 7c5257d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

def get_version():
"""Get the next expected semantic version for this project."""
version = version_query.query.query_folder(Path('.'))
version = version_query.Version.from_str('0.0.1')
return version.to_str()

sys.path.append(str(Path("ansible/files").resolve()))
Expand Down

0 comments on commit 7c5257d

Please sign in to comment.