Skip to content

Commit e85d722

Browse files
committed
Bump version: 0.1.2 → 0.1.3
Signed-off-by: Tim Paine <[email protected]>
1 parent 41fd9a7 commit e85d722

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.2"
1+
__version__ = "0.1.3"
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
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-rs authors", email = "[email protected]"}]
88
description = "Hatch plugin for Rust builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.1.2"
11+
version = "0.1.3"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"hatch",
@@ -63,7 +63,7 @@ Repository = "https://github.com/python-project-templates/hatch-rs"
6363
Homepage = "https://github.com/python-project-templates/hatch-rs"
6464

6565
[tool.bumpversion]
66-
current_version = "0.1.2"
66+
current_version = "0.1.3"
6767
commit = true
6868
tag = true
6969
commit_args = "-s"

0 commit comments

Comments
 (0)