We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8963138 commit da6b076Copy full SHA for da6b076
pyproject.toml
@@ -1,2 +1,8 @@
1
[tool.black]
2
line-length = 79
3
+
4
+[tool.semantic_release]
5
+version_variable = [
6
+ 'hpecp/__init__.py:__version__',
7
+ #'docs/conf.py:version',
8
+]
0 commit comments