We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd70744 commit 1e64e57Copy full SHA for 1e64e57
2 files changed
hatch_build/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.3.1"
+__version__ = "0.4.0"
2
3
from .cli import *
pyproject.toml
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-build authors", email = "[email protected]"}]
8
description = "A minimal CLI wrapper around hatchling build"
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
11
-version = "0.3.1"
+version = "0.4.0"
12
requires-python = ">=3.9"
13
keywords = [
14
"build",
@@ -60,7 +60,7 @@ Repository = "https://github.com/python-project-templates/hatch-build"
60
Homepage = "https://github.com/python-project-templates/hatch-build"
61
62
[tool.bumpversion]
63
-current_version = "0.3.1"
+current_version = "0.4.0"
64
commit = true
65
tag = true
66
commit_args = "-s"
0 commit comments