File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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.19 .0"
26
+ release = "0.20 .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.19 .0"
3
+ __version__ = "0.20 .0"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
ignore = [" tbump.toml" , " .*" , " codecov.yml" ]
7
7
8
8
[tool .tbump .version ]
9
- current = " 0.19 .0"
9
+ current = " 0.20 .0"
10
10
regex = '''
11
11
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
12
12
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments