We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576b05d commit c48502eCopy full SHA for c48502e
pyproject.toml
@@ -59,8 +59,15 @@ where = ["src"]
59
60
[tool.setuptools.package-data]
61
62
+
63
# ============================================================================
64
65
+[tool.bumpversion]
66
+current_version = "1.1.2"
67
+message = "Bump version to {new_version}"
68
+commit = true
69
+tag = true
70
71
[tool.black]
72
line-length = 120
73
requirements-dev.txt
@@ -14,5 +14,4 @@ pytest-cov
14
sphinx_compas2_theme
15
sybil~=8.0.1
16
twine
17
-tomlkit
18
--e .
+tomlkit
0 commit comments