Commit 845dd56 1 parent 872bc27 commit 845dd56 Copy full SHA for 845dd56
File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ requires = ["hatchling"]
3
3
build-backend = " hatchling.build"
4
4
5
5
[project ]
6
- name = " widget_periodictable "
6
+ name = " widget-periodictable "
7
7
version = " 4.0.5"
8
8
dependencies = [" anywidget>=0.9.10" ]
9
9
readme = " README.md"
@@ -17,7 +17,7 @@ keywords = [
17
17
]
18
18
19
19
[project .optional-dependencies ]
20
- dev = [" watchfiles" , " jupyterlab" ]
20
+ dev = [" watchfiles" , " jupyterlab" , " bumpver>=2023 " ]
21
21
22
22
# automatically add the dev feature to the default env (e.g., hatch shell)
23
23
[tool .hatch .envs .default ]
@@ -37,3 +37,17 @@ dependencies = ["hatch-jupyter-builder>=0.5.0"]
37
37
[tool .hatch .build .hooks .jupyter-builder .build-kwargs ]
38
38
npm = " npm"
39
39
build_cmd = " build"
40
+
41
+ [tool .bumpver ]
42
+ current_version = " v4.0.5"
43
+ version_pattern = " vMAJOR.MINOR.PATCH[PYTAGNUM]"
44
+ commit_message = " Bump version {old_version} -> {new_version}"
45
+ commit = true
46
+ tag = true
47
+ push = true
48
+
49
+ [tool .bumpver .file_patterns ]
50
+ "pyproject.toml" = [
51
+ ' version = "{pep440_version}"' ,
52
+ ' current_version = "{version}"' ,
53
+ ]
You can’t perform that action at this time.
0 commit comments