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.21 .0"
26
+ release = "0.22 .0"
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.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"
4
4
5
5
[project ]
6
6
name = " jupyter_releaser"
7
- version = " 0.21 .0"
7
+ version = " 0.22 .0"
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] " }]
@@ -57,7 +57,7 @@ test = [
57
57
jupyter-releaser = " jupyter_releaser.cli:main"
58
58
59
59
[tool .tbump .version ]
60
- current = " 0.21 .0"
60
+ current = " 0.22 .0"
61
61
regex = '''
62
62
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
63
63
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments