Skip to content

Commit acd15db

Browse files
committedOct 6, 2022
Publish 0.6.3
SHA256 hashes: jupyter-resource-usage-0.6.3.tar.gz: 230faa15c19a8aa0456028c327c9c00759d2ef5713096ee3a0eb82c85be8d9c2 jupyter-server-resource-usage-0.6.3.tgz: 002483884ad9284b916cca6c67884328eb92804cd654ad006bf1874e097b86af jupyter_resource_usage-0.6.3-py3-none-any.whl: fbd8342260ef0b17ab74d533322a2e55e9d9059efc908bb646d9c264b4e8ab0f
1 parent 2e55d87 commit acd15db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎jupyter_resource_usage/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6.2"
1+
__version__ = "0.6.3"

‎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.6.2",
3+
"version": "0.6.3",
44
"description": "JupyterLab extension to add resource usage UI items",
55
"keywords": [
66
"jupyter",

‎pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ source_dir = "packages/labextension"
1919
build_dir = "jupyter_resource_usage/labextension"
2020

2121
[tool.tbump.version]
22-
current = "0.6.2"
22+
current = "0.6.3"
2323
regex = '''
2424
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2525
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)
Please sign in to comment.