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 .0"
1+ __version__ = "0.3 .0"
22
33from .cli import parse_extra_args
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = [{name = "the hatch-build authors", email = "
[email protected] "}]
88description = " A minimal CLI wrapper around hatchling build"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11- version = " 0.2 .0"
11+ version = " 0.3 .0"
1212requires-python = " >=3.9"
1313keywords = [
1414 " build" ,
@@ -59,7 +59,7 @@ Repository = "https://github.com/python-project-templates/hatch-build"
5959Homepage = " https://github.com/python-project-templates/hatch-build"
6060
6161[tool .bumpversion ]
62- current_version = " 0.2 .0"
62+ current_version = " 0.3 .0"
6363commit = true
6464tag = true
6565commit_args = " -s"
You can’t perform that action at this time.
0 commit comments