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