Skip to content

Commit 29035fe

Browse files
committed
Bump version: 0.3.5 → 0.3.6
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent c06d249 commit 29035fe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hatch_cpp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.3.5"
1+
__version__ = "0.3.6"
22

33
from .config import *
44
from .hooks import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
description = "Hatch plugin for C++ builds"
1313
readme = "README.md"
1414
license = { text = "Apache-2.0" }
15-
version = "0.3.5"
15+
version = "0.3.6"
1616
requires-python = ">=3.10"
1717
keywords = [
1818
"hatch",
@@ -80,7 +80,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
8080
Homepage = "https://github.com/python-project-templates/hatch-cpp"
8181

8282
[tool.bumpversion]
83-
current_version = "0.3.5"
83+
current_version = "0.3.6"
8484
commit = true
8585
tag = true
8686
commit_args = "-s"

0 commit comments

Comments
 (0)