diff --git a/hatch_cpp/__init__.py b/hatch_cpp/__init__.py index 0bd8e49..17fea63 100644 --- a/hatch_cpp/__init__.py +++ b/hatch_cpp/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1" +__version__ = "0.2.2" from .config import * from .hooks import * diff --git a/pyproject.toml b/pyproject.toml index b60a070..1520a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}] description = "Hatch plugin for C++ builds" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.2.1" +version = "0.2.2" requires-python = ">=3.10" keywords = [ "hatch", @@ -35,7 +35,7 @@ classifiers = [ dependencies = [ "hatchling", - "hatch-build>=0.4,<0.5", + "hatch-build>=0.4,<0.6", "pydantic", ] @@ -74,9 +74,9 @@ Repository = "https://github.com/python-project-templates/hatch-cpp" Homepage = "https://github.com/python-project-templates/hatch-cpp" [tool.bumpversion] -current_version = "0.2.1" +current_version = "0.2.2" commit = true -tag = false +tag = true commit_args = "-s" [[tool.bumpversion.files]]