We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc9e20 commit bf86e83Copy full SHA for bf86e83
2 files changed
hatch_build/__init__.py
@@ -1,3 +1,3 @@
1
-__version__ = "0.3.0"
+__version__ = "0.3.1"
2
3
from .cli import parse_extra_args
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.0"
+version = "0.3.1"
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.0"
+current_version = "0.3.1"
64
commit = true
65
tag = true
66
commit_args = "-s"
0 commit comments