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 ddee3e8 commit 3173bb8Copy full SHA for 3173bb8
hatch_cpp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.2"
+__version__ = "0.1.3"
2
3
from .hooks import hatch_register_build_hook
4
from .plugin import HatchCppBuildHook
pyproject.toml
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "[email protected]"}]
8
description = "Hatch plugin for C++ builds"
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
11
-version = "0.1.2"
+version = "0.1.3"
12
requires-python = ">=3.9"
13
keywords = [
14
"hatch",
@@ -62,7 +62,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
62
Homepage = "https://github.com/python-project-templates/hatch-cpp"
63
64
[tool.bumpversion]
65
-current_version = "0.1.2"
+current_version = "0.1.3"
66
commit = true
67
tag = false
68
0 commit comments