Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Feb 4, 2021
1 parent 5f46228 commit 0ee4250
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyterlab-system-monitor/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 7, 0)
version_info = (0, 8, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion packages/system-monitor-base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-system-monitor-base",
"version": "0.7.0",
"version": "0.8.0",
"description": "Base components for the jupyterlab-system-monitor extension",
"keywords": [
"jupyter",
Expand Down
4 changes: 2 additions & 2 deletions packages/system-monitor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-system-monitor",
"version": "0.7.0",
"version": "0.8.0",
"description": "JupyterLab extension to display system information",
"keywords": [
"jupyter",
Expand Down Expand Up @@ -44,7 +44,7 @@
"dependencies": {
"@jupyterlab/application": "^3.0.0-rc.10",
"@jupyterlab/settingregistry": "^3.0.0-rc.10",
"jupyterlab-system-monitor-base": "^0.7.0",
"jupyterlab-system-monitor-base": "^0.8.0",
"@lumino/coreutils": "^1.5.3",
"@lumino/signaling": "^1.4.3",
"jupyterlab-topbar": "^0.6.0"
Expand Down

0 comments on commit 0ee4250

Please sign in to comment.