We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 678698f + b33981d commit 8252257Copy full SHA for 8252257
hatch_cpp/__init__.py
@@ -1 +1 @@
1
-__version__ = "0.1.0"
+__version__ = "0.1.1"
pyproject.toml
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "[email protected]"}]
8
description = "Hatch plugin for C++ builds"
9
readme = "README.md"
10
license = { text = "Apache-2.0" }
11
-version = "0.1.0"
+version = "0.1.1"
12
requires-python = ">=3.9"
13
keywords = [
14
"hatch",
@@ -59,7 +59,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
59
Homepage = "https://github.com/python-project-templates/hatch-cpp"
60
61
[tool.bumpversion]
62
-current_version = "0.1.0"
+current_version = "0.1.1"
63
commit = true
64
tag = false
65
0 commit comments