Skip to content

Commit af304c8

Browse files
author
Steven Silvester
committed
bump version
1 parent 87fff87 commit af304c8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2, 2, 9, 'final', 0
2+
current_version = 2, 2, 10, 'final', 0
33
commit = False
44
tag = False
55
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)

dev_mode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
},
191191
"jupyterlab": {
192192
"name": "JupyterLab",
193-
"version": "2.2.9",
193+
"version": "2.2.10",
194194
"extensions": {
195195
"@jupyterlab/application-extension": "",
196196
"@jupyterlab/apputils-extension": "",

jupyterlab/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
])
1313

1414
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
15-
version_info = VersionInfo(2, 2, 9, 'final', 0)
15+
version_info = VersionInfo(2, 2, 10, 'final', 0)
1616

1717
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}
1818

0 commit comments

Comments
 (0)