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.2.1 "
1+ __version__ = "0.2.2 "
22
33from .config import *
44from .hooks import *
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.2.1 "
11+ version = " 0.2.2 "
1212requires-python = " >=3.10"
1313keywords = [
1414 " hatch" ,
@@ -74,7 +74,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
7474Homepage = " https://github.com/python-project-templates/hatch-cpp"
7575
7676[tool .bumpversion ]
77- current_version = " 0.2.1 "
77+ current_version = " 0.2.2 "
7878commit = true
7979tag = false
8080commit_args = " -s"
You can’t perform that action at this time.
0 commit comments