Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Apr 29, 2021
1 parent a72f1da commit f155671
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ channels:
dependencies:
- python=3
- jupyterlab=3
- jupyter_resource_usage=0.5.1
- jupyter_resource_usage=0.6.0
- nodejs
2 changes: 1 addition & 1 deletion packages/labextension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jupyter-server/resource-usage",
"version": "0.5.0",
"version": "0.6.0",
"description": "JupyterLab extension to add resource usage UI items",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

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

0 comments on commit f155671

Please sign in to comment.