Skip to content

Commit 657e9a9

Browse files
committed
Bump version: 0.2.2 → 0.3.0
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent f18423e commit 657e9a9

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.2.2"
1+
__version__ = "0.3.0"
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
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-cpp authors", email = "t.paine154@gmail.com"}]
88
description = "Hatch plugin for C++ builds"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.2.2"
11+
version = "0.3.0"
1212
requires-python = ">=3.10"
1313
keywords = [
1414
"hatch",
@@ -74,7 +74,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
7474
Homepage = "https://github.com/python-project-templates/hatch-cpp"
7575

7676
[tool.bumpversion]
77-
current_version = "0.2.2"
77+
current_version = "0.3.0"
7878
commit = true
7979
tag = true
8080
commit_args = "-s"

0 commit comments

Comments
 (0)