File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.1.3 "
1+ __version__ = "0.1.4 "
22
33from .hooks import hatch_register_build_hook
44from .plugin import HatchCppBuildHook
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "
[email protected] "}]
88description = " Hatch plugin for C++ builds"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11- version = " 0.1.3 "
11+ version = " 0.1.4 "
1212requires-python = " >=3.9"
1313keywords = [
1414 " hatch" ,
@@ -62,7 +62,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
6262Homepage = " https://github.com/python-project-templates/hatch-cpp"
6363
6464[tool .bumpversion ]
65- current_version = " 0.1.3 "
65+ current_version = " 0.1.4 "
6666commit = true
6767tag = false
6868
You can’t perform that action at this time.
0 commit comments