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.1 "
1+ __version__ = "0.1.2 "
22
33from .hooks import hatch_register_build_hook
44from .plugin import HatchRustBuildHook
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = [{name = "the hatch-rs authors", email = "
[email protected] "}]
88description = " Hatch plugin for Rust builds"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11- version = " 0.1.1 "
11+ version = " 0.1.2 "
1212requires-python = " >=3.9"
1313keywords = [
1414 " hatch" ,
@@ -63,7 +63,7 @@ Repository = "https://github.com/python-project-templates/hatch-rs"
6363Homepage = " https://github.com/python-project-templates/hatch-rs"
6464
6565[tool .bumpversion ]
66- current_version = " 0.1.1 "
66+ current_version = " 0.1.2 "
6767commit = true
6868tag = true
6969commit_args = " -s"
You can’t perform that action at this time.
0 commit comments