We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16dc893 commit bc4afbcCopy full SHA for bc4afbc
pyproject.toml
@@ -165,3 +165,25 @@ target-version = "py39"
165
"src/spatialdata_plot/pl/utils.py"= ["PGH003"]
166
[tool.ruff.pydocstyle]
167
convention = "numpy"
168
+
169
+[tool.bumpver]
170
+current_version = "0.0.2"
171
+version_pattern = "MAJOR.MINOR.PATCH"
172
+commit_message = "bump version {old_version} -> {new_version}"
173
+tag_message = "{new_version}"
174
+tag_scope = "default"
175
+pre_commit_hook = ""
176
+post_commit_hook = ""
177
+commit = true
178
+tag = true
179
+push = false
180
181
+[tool.bumpver.file_patterns]
182
+"pyproject.toml" = [
183
+ 'current_version = "{version}"',
184
+]
185
+"README.md" = [
186
+ "{version}",
187
+ "{pep440_version}",
188
189
0 commit comments