File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -156,10 +156,7 @@ logging_use_named_masks = false
156
156
major_on_zero = false
157
157
allow_zero_version = true
158
158
tag_format = " v{version}"
159
- version_variables = [
160
- " setup.cfg:version" ,
161
- " src/dbally/__version__.py:__version__" ,
162
- ]
159
+ version_variables = [" src/dbally/__version__.py:__version__" ]
163
160
build_command = " pip install build && python -m build"
164
161
165
162
[tool .semantic_release .branches .main ]
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = dbally
3
3
# do not change version by hand, is will be automatically updated during the release action
4
- version = 0.1.0
4
+ version = attr: dbally.__version__.__version__
5
5
description = " Efficient, consistent and secure library for querying structured data with natural language"
6
6
long_description = file: README.md
7
7
long_description_content_type = text/markdown
You can’t perform that action at this time.
0 commit comments