File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.1.5 "
1+ __version__ = "0.1.6 "
22
33from .hooks import hatch_register_build_hook
44from .plugin import HatchRustBuildHook
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ authors = [
1212description = " Hatch plugin for Rust builds"
1313readme = " README.md"
1414license = { text = " Apache-2.0" }
15- version = " 0.1.5 "
15+ version = " 0.1.6 "
1616requires-python = " >=3.10"
1717keywords = [
1818 " hatch" ,
@@ -68,7 +68,7 @@ Repository = "https://github.com/python-project-templates/hatch-rs"
6868Homepage = " https://github.com/python-project-templates/hatch-rs"
6969
7070[tool .bumpversion ]
71- current_version = " 0.1.5 "
71+ current_version = " 0.1.6 "
7272commit = true
7373tag = true
7474commit_args = " -s"
You can’t perform that action at this time.
0 commit comments