Skip to content

Commit 130e467

Browse files
Publish 0.3.0
SHA256 hashes: voila-dashboards-jupyterlab-gridstack-0.3.0.tgz: 2790478f4e3cae593efd46d5a7ee151d66bbf1c984f1b392b8d8c6cca1e287c7 voila-gridstack-0.3.0.tar.gz: fafc7eb8773ca07d2cec26da4547078071f628c056007f0cfaa73b19641c58ec voila_gridstack-0.3.0-py2.py3-none-any.whl: 785b898c3653e6c269b7de89dcbee70a378caa5be5e3fd4a32b8c632903c058d
1 parent ef92110 commit 130e467

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

packages/gridstack-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/gridstack-editor",
3-
"version": "0.3.0-beta.1",
3+
"version": "0.3.0",
44
"private": true,
55
"files": [
66
"lib/**/*.{d.ts,js.map,js}",

packages/jupyterlab-gridstack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voila-dashboards/jupyterlab-gridstack",
3-
"version": "0.3.0-beta.1",
3+
"version": "0.3.0",
44
"description": "A JupyterLab extension to create Voila dashboards using GridStack",
55
"homepage": "https://github.com/voila-dashboards/voila-gridstack",
66
"repository": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build_cmd = "build:prod"
1414
npm = ["jlpm"]
1515

1616
[tool.tbump.version]
17-
current = "0.3.0b1"
17+
current = "0.3.0"
1818
regex = '''
1919
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
2020
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

voila_gridstack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import os.path as osp
1212
from .server_extension import load_jupyter_server_extension # noqa
1313

14-
__version__ = "0.3.0b1"
14+
__version__ = "0.3.0"
1515

1616
HERE = osp.abspath(osp.dirname(__file__))
1717

0 commit comments

Comments
 (0)