Skip to content

Commit b44f697

Browse files
Publish 0.3.0b1
SHA256 hashes: voila-dashboards-jupyterlab-gridstack-0.3.0-beta.1.tgz: 33743d18793a97f045b4b9766daa58c0770f3d913c537881d273430e54874c8c voila-gridstack-0.3.0b1.tar.gz: 3d33bc13d55611ca03a523268c3ed245b9d007f5aaba7624c5805d51b6c12762 voila_gridstack-0.3.0b1-py2.py3-none-any.whl: db38b8e380808e65ad69d272a6d96f797aac2b85e974574e2f62b44516061278
1 parent ab5d60b commit b44f697

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.0",
3+
"version": "0.3.0-beta.1",
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.0",
3+
"version": "0.3.0-beta.1",
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.0b0"
17+
current = "0.3.0b1"
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.0b0"
14+
__version__ = "0.3.0b1"
1515

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

0 commit comments

Comments
 (0)