Skip to content

Commit

Permalink
Publish 1.0.7
Browse files Browse the repository at this point in the history
dd2554e79e9ea4408425ee6d524888632e2f0833a008220c76adf8d87c1279a4  dist/jupyterlab-1.0.7-py2.py3-none-any.whl
29a21836241f84c9a702cff484d5ed58e034d519c3a0e045741535879fbfd269  dist/jupyterlab-1.0.7.tar.gz
  • Loading branch information
blink1073 committed Aug 21, 2019
1 parent 4e5dd6e commit ac2afd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1, 0, 6, 'final', 0
current_version = 1, 0, 7, 'final', 0
commit = False
tag = False
parse = (?P<major>\d+)\,\ (?P<minor>\d+)\,\ (?P<patch>\d+)\,\ \'(?P<release>\S+)\'\,\ (?P<build>\d+)
Expand Down
2 changes: 1 addition & 1 deletion dev_mode/package.json
Expand Up @@ -118,7 +118,7 @@
},
"jupyterlab": {
"name": "JupyterLab",
"version": "1.0.6",
"version": "1.0.7",
"extensions": {
"@jupyterlab/application-extension": "",
"@jupyterlab/apputils-extension": "",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab/_version.py
Expand Up @@ -12,7 +12,7 @@
])

# DO NOT EDIT THIS DIRECTLY! It is managed by bumpversion
version_info = VersionInfo(1, 0, 6, 'final', 0)
version_info = VersionInfo(1, 0, 7, 'final', 0)

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

Expand Down

0 comments on commit ac2afd1

Please sign in to comment.