Skip to content

Commit

Permalink
🩹 Change name for version file
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-krechan committed Sep 28, 2023
1 parent cce4026 commit 96b23b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ docs/_static/images

# version number for bo4e-python; gets auto-generated during the command
# python -m build
src/_kohlrahbi_version.py
src/_bo4e_python_version.py
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ fragments = [{ path = "README.rst" }]
source = "vcs"

[tool.hatch.build.hooks.vcs]
version-file = "src/_kohlrahbi_version.py"
version-file = "src/_bo4e_python_version.py"
template = '''
version = "{version}"
'''
Expand Down

0 comments on commit 96b23b7

Please sign in to comment.