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.23.2 "
26
+ release = "0.23.3 "
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.23.2 "
3
+ __version__ = "0.23.3 "
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.23.2 "
7
+ version = " 0.23.3 "
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] " }]
@@ -60,7 +60,7 @@ test = [
60
60
jupyter-releaser = " jupyter_releaser.cli:main"
61
61
62
62
[tool .tbump .version ]
63
- current = " 0.23.2 "
63
+ current = " 0.23.3 "
64
64
regex = '''
65
65
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
66
66
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments