File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323author = "Project Jupyter"
2424
2525# The full version, including alpha/beta/rc tags.
26- release = "0.21 .0"
26+ release = "0.22 .0"
2727# The short X.Y version.
2828version = "." .join (release .split ("." )[:2 ])
2929
Original file line number Diff line number Diff line change 11# Copyright (c) Jupyter Development Team.
22# Distributed under the terms of the Modified BSD License.
3- __version__ = "0.21 .0"
3+ __version__ = "0.22 .0"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " jupyter_releaser"
7- version = " 0.21 .0"
7+ version = " 0.22 .0"
88description = " Jupyter Releaser for Python and/or npm packages."
99license = {file = " LICENSE" }
1010authors = [{
name =
" Jupyter Development Team" ,
email =
" [email protected] " }]
@@ -57,7 +57,7 @@ test = [
5757jupyter-releaser = " jupyter_releaser.cli:main"
5858
5959[tool .tbump .version ]
60- current = " 0.21 .0"
60+ current = " 0.22 .0"
6161regex = '''
6262 (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6363 ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments