Skip to content

Commit 4dc23fc

Browse files
committed
Release 0.6.1
1 parent 443f6bb commit 4dc23fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jupyterlab-topbar/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 6, 0)
1+
version_info = (0, 6, 1)
22
__version__ = ".".join(map(str, version_info))

packages/jupyterlab-topbar-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-topbar-extension",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "JupyterLab extension to expose the top bar space",
55
"keywords": [
66
"jupyter",

packages/jupyterlab-topbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab-topbar",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "JupyterLab Top Bar interface",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)