We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c06d249 commit 29035feCopy full SHA for 29035fe
hatch_cpp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.3.5"
+__version__ = "0.3.6"
2
3
from .config import *
4
from .hooks import *
pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
description = "Hatch plugin for C++ builds"
13
readme = "README.md"
14
license = { text = "Apache-2.0" }
15
-version = "0.3.5"
+version = "0.3.6"
16
requires-python = ">=3.10"
17
keywords = [
18
"hatch",
@@ -80,7 +80,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
80
Homepage = "https://github.com/python-project-templates/hatch-cpp"
81
82
[tool.bumpversion]
83
-current_version = "0.3.5"
+current_version = "0.3.6"
84
commit = true
85
tag = true
86
commit_args = "-s"
0 commit comments