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.22.2 "
26+ release = "0.22.3 "
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.22.2 "
3+ __version__ = "0.22.3 "
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.22.2 "
7+ version = " 0.22.3 "
88description = " Jupyter Releaser for Python and/or npm packages."
99license = {file = " LICENSE" }
1010authors = [{
name =
" Jupyter Development Team" ,
email =
" [email protected] " }]
@@ -58,7 +58,7 @@ test = [
5858jupyter-releaser = " jupyter_releaser.cli:main"
5959
6060[tool .tbump .version ]
61- current = " 0.22.2 "
61+ current = " 0.22.3 "
6262regex = '''
6363 (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
6464 ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments