Skip to content

Commit 8252257

Browse files
authored
Merge pull request #8 from python-project-templates/tkp/011
Bump version: 0.1.0 → 0.1.1
2 parents 678698f + b33981d commit 8252257

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 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

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.0"
11+
version = "0.1.1"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"hatch",
@@ -59,7 +59,7 @@ Repository = "https://github.com/python-project-templates/hatch-cpp"
5959
Homepage = "https://github.com/python-project-templates/hatch-cpp"
6060

6161
[tool.bumpversion]
62-
current_version = "0.1.0"
62+
current_version = "0.1.1"
6363
commit = true
6464
tag = false
6565

0 commit comments

Comments
 (0)