File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -104,24 +104,3 @@ build-function = "hatch_jupyter_builder.npm_builder"
104
104
[tool .hatch .build .hooks .jupyter-builder .build-kwargs ]
105
105
path = " ."
106
106
build_cmd = " build:prod"
107
-
108
- [tool .tbump ]
109
- field = [
110
- { name = " channel" , default = " " },
111
- { name = " release" , default = " " },
112
- ]
113
-
114
- [tool .tbump .version ]
115
- current = " 0.2.0a0"
116
- regex = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)((?P<channel>a|b|rc|.dev)(?P<release>\\ d+))?"
117
-
118
- [tool .tbump .git ]
119
- message_template = " Bump to {new_version}"
120
- tag_template = " v{new_version}"
121
-
122
- [[tool .tbump .file ]]
123
- src = " pyproject.toml"
124
- version_template = " version = \" {major}.{minor}.{patch}{channel}{release}\" "
125
-
126
- [[tool .tbump .file ]]
127
- src = " py5jupyter/_version.py"
You can’t perform that action at this time.
0 commit comments