Skip to content

Commit 3465d0d

Browse files
Publish 0.3.0a1
SHA256 hashes: voila-dashboards-jupyterlab-gridstack-0.3.0-alpha.1.tgz: 11f37585e07b4f4125fc3c823d329be00702939ddf20489a74c33e5f537596fd voila-gridstack-0.3.0a1.tar.gz: 0de6e369b2c18c32c2388438b1209952194c2bbeb2f78375e723092c8c328217 voila_gridstack-0.3.0a1-py2.py3-none-any.whl: ec0680cc796c8dcfd02265dbf873712793227390e1cd053c04c6f72434e4e196
1 parent ca3d780 commit 3465d0d

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-alpha.0",
3+
"version": "0.3.0-alpha.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-alpha.0",
3+
"version": "0.3.0-alpha.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.0a0"
17+
current = "0.3.0a1"
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.0a0"
14+
__version__ = "0.3.0a1"
1515

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

0 commit comments

Comments
 (0)