We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7487926 commit 93ac1e4Copy full SHA for 93ac1e4
2 files changed
hatch_rs/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.6"
+__version__ = "0.2.0"
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.6"
+version = "0.2.0"
16
requires-python = ">=3.10"
17
keywords = [
18
"hatch",
@@ -69,7 +69,7 @@ Repository = "https://github.com/python-project-templates/hatch-rs"
69
Homepage = "https://github.com/python-project-templates/hatch-rs"
70
71
[tool.bumpversion]
72
-current_version = "0.1.6"
+current_version = "0.2.0"
73
commit = true
74
tag = true
75
commit_args = "-s"
0 commit comments