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 2323author = "Project Jupyter"
2424
2525# The full version, including alpha/beta/rc tags.
26- release = "0.19 .0"
26+ release = "0.20 .0"
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.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"
66ignore = [" tbump.toml" , " .*" , " codecov.yml" ]
77
88[tool .tbump .version ]
9- current = " 0.19 .0"
9+ current = " 0.20 .0"
1010regex = '''
1111 (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
1212 ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
You can’t perform that action at this time.
0 commit comments