Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Feb 4, 2021
1 parent 443f6bb commit 4dc23fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jupyterlab-topbar/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 6, 0)
version_info = (0, 6, 1)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion packages/jupyterlab-topbar-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-topbar-extension",
"version": "0.6.0",
"version": "0.6.1",
"description": "JupyterLab extension to expose the top bar space",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-topbar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-topbar",
"version": "0.6.0",
"version": "0.6.1",
"description": "JupyterLab Top Bar interface",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 4dc23fc

Please sign in to comment.