Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
fix(ver): Update conf.py location in sem_ver #68
Browse files Browse the repository at this point in the history
closes #68
  • Loading branch information
imAsparky committed May 9, 2023
1 parent de364b4 commit 1cf8d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ branch = "main"
build_command = 'python -m pip install flit && flit build'
changelog_file = "CHANGELOG.md"
commit_subject = ":memo: build(version): Bump to version - {version}."
version_variable = "docs/conf.py:__version__,tag_fields/__init__.py:__version__"
version_variable = "docs/source/conf.py:__version__,tag_fields/__init__.py:__version__"


[tool.bandit]
Expand Down

0 comments on commit 1cf8d44

Please sign in to comment.