Skip to content

Commit 2d7402a

Browse files
fix: version filepath (#7)
1 parent 64251ac commit 2d7402a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ logging_use_named_masks = false
153153
major_on_zero = false
154154
allow_zero_version = true
155155
tag_format = "v{version}"
156-
version_variables = ["src/dbally/__version__.py:__version__"]
156+
version_variables = ["src/genai_monitor/__version__.py:__version__"]
157157
build_command = "pip install build && python -m build"
158158

159159
[tool.semantic_release.branches.main]

0 commit comments

Comments
 (0)