We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3ac934 commit 8a57e49Copy full SHA for 8a57e49
2 files changed
hatch_rs/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.5"
+__version__ = "0.1.6"
2
3
from .hooks import hatch_register_build_hook
4
from .plugin import HatchRustBuildHook
pyproject.toml
@@ -12,7 +12,7 @@ authors = [
12
description = "Hatch plugin for Rust builds"
13
readme = "README.md"
14
license = { text = "Apache-2.0" }
15
-version = "0.1.5"
+version = "0.1.6"
16
requires-python = ">=3.10"
17
keywords = [
18
"hatch",
@@ -68,7 +68,7 @@ Repository = "https://github.com/python-project-templates/hatch-rs"
68
Homepage = "https://github.com/python-project-templates/hatch-rs"
69
70
[tool.bumpversion]
71
-current_version = "0.1.5"
+current_version = "0.1.6"
72
commit = true
73
tag = true
74
commit_args = "-s"
0 commit comments