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 e57c6f0 commit 6f4ba85Copy full SHA for 6f4ba85
pyproject.toml
@@ -35,6 +35,7 @@ dev = [
35
"ruff>=0.3.0",
36
"pytest>=8.0.0",
37
"pytest-cov>=4.1.0",
38
+ "bump-my-version>=0.15.0",
39
]
40
41
[tool.hatch.build.targets.wheel]
@@ -70,3 +71,14 @@ known-first-party = ["mcp_utils"]
70
71
addopts = "--cov=mcp_utils --cov-report=term-missing"
72
testpaths = ["tests"]
73
python_files = ["test_*.py"]
74
+
75
+[tool.bumpversion]
76
+current_version = "0.1.0"
77
+commit = true
78
+tag = true
79
+allow_dirty = false
80
81
+[tool.bumpversion.file_patterns]
82
+pyproject = [
83
+ 'version = "{current_version}"',
84
+]
0 commit comments