@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 3, 1, 7, 'final', 0
+current_version = 3, 1, 8, 'final', 0
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
@@ -204,7 +204,7 @@
},
"jupyterlab": {
"name": "JupyterLab",
- "version": "3.1.7",
+ "version": "3.1.8",
"extensions": {
"@jupyterlab/application-extension": "",
"@jupyterlab/apputils-extension": "",
@@ -12,7 +12,7 @@ VersionInfo = namedtuple('VersionInfo', [
])
# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
-version_info = VersionInfo(3, 1, 7, 'final', 0)
+version_info = VersionInfo(3, 1, 8, 'final', 0)
_specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''}