Skip to content

Commit 27d4793

Browse files
committed
Bump version: 0.1.3 → 0.1.4
1 parent 59439b9 commit 27d4793

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hatch_cpp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.3"
1+
__version__ = "0.1.4"
22

33
from .hooks import hatch_register_build_hook
44
from .plugin import HatchCppBuildHook

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "[email protected]"}]
88
description = "Hatch plugin for C++ builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.1.3"
11+
version = "0.1.4"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"hatch",
@@ -62,7 +62,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
6262
Homepage = "https://github.com/python-project-templates/hatch-cpp"
6363

6464
[tool.bumpversion]
65-
current_version = "0.1.3"
65+
current_version = "0.1.4"
6666
commit = true
6767
tag = false
6868

0 commit comments

Comments
 (0)