File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.1.2 "
1
+ __version__ = "0.1.3 "
2
2
3
3
from .hooks import hatch_register_build_hook
4
4
from .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] "}]
8
8
description = " Hatch plugin for C++ builds"
9
9
readme = " README.md"
10
10
license = { text = " Apache-2.0" }
11
- version = " 0.1.2 "
11
+ version = " 0.1.3 "
12
12
requires-python = " >=3.9"
13
13
keywords = [
14
14
" hatch" ,
@@ -62,7 +62,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
62
62
Homepage = " https://github.com/python-project-templates/hatch-cpp"
63
63
64
64
[tool .bumpversion ]
65
- current_version = " 0.1.2 "
65
+ current_version = " 0.1.3 "
66
66
commit = true
67
67
tag = false
68
68
You can’t perform that action at this time.
0 commit comments