File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.1.0 "
1
+ __version__ = "0.1.1 "
2
2
3
3
from .hooks import hatch_register_metadata_hook
4
4
from .plugin import HatchMultiMetadataHook
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = [{name = "the hatch-multi authors", email = "
[email protected] "}]
8
8
description = " Create multiple discrete packages from optional-dependencies (extras)"
9
9
readme = " README.md"
10
10
license = { text = " Apache-2.0" }
11
- version = " 0.1.0 "
11
+ version = " 0.1.1 "
12
12
requires-python = " >=3.9"
13
13
keywords = []
14
14
@@ -54,7 +54,7 @@ Repository = "https://github.com/python-project-templates/hatch-multi"
54
54
Homepage = " https://github.com/python-project-templates/hatch-multi"
55
55
56
56
[tool .bumpversion ]
57
- current_version = " 0.1.0 "
57
+ current_version = " 0.1.1 "
58
58
commit = true
59
59
tag = true
60
60
You can’t perform that action at this time.
0 commit comments