Skip to content

Commit f155671

Browse files
committed
Release 0.6.0
1 parent a72f1da commit f155671

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ channels:
44
dependencies:
55
- python=3
66
- jupyterlab=3
7-
- jupyter_resource_usage=0.5.1
7+
- jupyter_resource_usage=0.6.0
88
- nodejs

packages/labextension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-server/resource-usage",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"description": "JupyterLab extension to add resource usage UI items",
55
"keywords": [
66
"jupyter",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
setuptools.setup(
6969
name=NAME,
70-
version="0.5.1",
70+
version="0.6.0",
7171
url="https://github.com/jupyter-server/jupyter-resource-usage",
7272
author="Jupyter Development Team",
7373
description="Simple Jupyter extension to show how much resources (RAM) your notebook is using",

0 commit comments

Comments
 (0)