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 23
23
author = "Project Jupyter"
24
24
25
25
# The full version, including alpha/beta/rc tags.
26
- release = "0.22.3 "
26
+ release = "0.22.5 "
27
27
# The short X.Y version.
28
28
version = "." .join (release .split ("." )[:2 ])
29
29
Original file line number Diff line number Diff line change 1
1
# Copyright (c) Jupyter Development Team.
2
2
# Distributed under the terms of the Modified BSD License.
3
- __version__ = "0.22.3 "
3
+ __version__ = "0.22.5 "
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " jupyter_releaser"
7
- version = " 0.22.3 "
7
+ version = " 0.22.5 "
8
8
description = " Jupyter Releaser for Python and/or npm packages."
9
9
license = {file = " LICENSE" }
10
10
authors = [{
name =
" Jupyter Development Team" ,
email =
" [email protected] " }]
@@ -58,7 +58,7 @@ test = [
58
58
jupyter-releaser = " jupyter_releaser.cli:main"
59
59
60
60
[tool .tbump .version ]
61
- current = " 0.22.3 "
61
+ current = " 0.22.5 "
62
62
regex = '''
63
63
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
64
64
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments