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.3.1 "
1+ __version__ = "0.4.0 "
22
33from .cli import *
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.3.1 "
11+ version = " 0.4.0 "
1212requires-python = " >=3.9"
1313keywords = [
1414 " build" ,
@@ -60,7 +60,7 @@ Repository = "https://github.com/python-project-templates/hatch-build"
6060Homepage = " https://github.com/python-project-templates/hatch-build"
6161
6262[tool .bumpversion ]
63- current_version = " 0.3.1 "
63+ current_version = " 0.4.0 "
6464commit = true
6565tag = true
6666commit_args = " -s"
You can’t perform that action at this time.
0 commit comments