diff --git a/hatch_rs/__init__.py b/hatch_rs/__init__.py index f1bcaea..9d281bb 100644 --- a/hatch_rs/__init__.py +++ b/hatch_rs/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.1.7" +__version__ = "0.1.1" from .hooks import hatch_register_build_hook from .plugin import HatchRustBuildHook diff --git a/pyproject.toml b/pyproject.toml index f01e100..45a366e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the hatch-rs authors", email = "t.paine154@gmail.com"}] description = "Hatch plugin for Rust builds" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.1.0" +version = "0.1.1" requires-python = ">=3.9" keywords = [ "hatch", @@ -63,7 +63,7 @@ Repository = "https://github.com/python-project-templates/hatch-rs" Homepage = "https://github.com/python-project-templates/hatch-rs" [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.1.1" commit = true tag = true commit_args = "-s"