Skip to content

Commit 49ee268

Browse files
committed
Bump version: 0.1.4 → 0.1.5
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent c83eb3b commit 49ee268

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hatch_rs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.4"
1+
__version__ = "0.1.5"
22

33
from .hooks import hatch_register_build_hook
44
from .plugin import HatchRustBuildHook

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "Hatch plugin for Rust builds"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15-
version = "0.1.4"
15+
version = "0.1.5"
1616
requires-python = ">=3.10"
1717
keywords = [
1818
"hatch",
@@ -68,7 +68,7 @@ Repository = "https://github.com/python-project-templates/hatch-rs"
6868
Homepage = "https://github.com/python-project-templates/hatch-rs"
6969

7070
[tool.bumpversion]
71-
current_version = "0.1.4"
71+
current_version = "0.1.5"
7272
commit = true
7373
tag = true
7474
commit_args = "-s"

0 commit comments

Comments
 (0)