Skip to content

Commit 3fbb820

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent eb59cc6 commit 3fbb820

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hatch_multi/__init__.py

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

33
from .hooks import hatch_register_metadata_hook
44
from .plugin import HatchMultiMetadataHook

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the hatch-multi authors", email = "[email protected]"}]
88
description = "Create multiple discrete packages from optional-dependencies (extras)"
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

@@ -54,7 +54,7 @@ Repository = "https://github.com/python-project-templates/hatch-multi"
5454
Homepage = "https://github.com/python-project-templates/hatch-multi"
5555

5656
[tool.bumpversion]
57-
current_version = "0.1.0"
57+
current_version = "0.1.1"
5858
commit = true
5959
tag = true
6060

0 commit comments

Comments
 (0)