Skip to content

Commit 34beaea

Browse files
committed
Bump version: 0.1.0 → 0.2.0
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 2625541 commit 34beaea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hatch_build/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"
22

33
from .cli import parse_extra_args

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-build authors", email = "t.paine154@gmail.com"}]
88
description = "A minimal CLI wrapper around hatchling build"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.1.0"
11+
version = "0.2.0"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"build",
@@ -59,7 +59,7 @@ Repository = "https://github.com/python-project-templates/hatch-build"
5959
Homepage = "https://github.com/python-project-templates/hatch-build"
6060

6161
[tool.bumpversion]
62-
current_version = "0.1.0"
62+
current_version = "0.2.0"
6363
commit = true
6464
tag = true
6565
commit_args = "-s"

0 commit comments

Comments
 (0)