We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59de98 commit c687a2fCopy full SHA for c687a2f
2 files changed
hatch_build/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.4.2"
+__version__ = "0.5.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.4.2"
+version = "0.5.0"
12
requires-python = ">=3.10"
13
keywords = [
14
"build",
@@ -61,7 +61,7 @@ Repository = "https://github.com/python-project-templates/hatch-build"
61
Homepage = "https://github.com/python-project-templates/hatch-build"
62
63
[tool.bumpversion]
64
-current_version = "0.4.2"
+current_version = "0.5.0"
65
commit = true
66
tag = true
67
commit_args = "-s"
0 commit comments