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.1 "
1+ __version__ = "1.0.0 "
22
33from .hooks import hatch_register_metadata_hook
44from .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] "}]
88description = " Create multiple discrete packages from optional-dependencies (extras)"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11- version = " 0.1.1 "
11+ version = " 1.0.0 "
1212requires-python = " >=3.9"
1313keywords = []
1414
@@ -54,7 +54,7 @@ Repository = "https://github.com/python-project-templates/hatch-multi"
5454Homepage = " https://github.com/python-project-templates/hatch-multi"
5555
5656[tool .bumpversion ]
57- current_version = " 0.1.1 "
57+ current_version = " 1.0.0 "
5858commit = true
5959tag = true
6060
You can’t perform that action at this time.
0 commit comments