Skip to content

Commit 8b3abfe

Browse files
Publish 0.3.0a0
SHA256 hashes: voila-dashboards-jupyterlab-gridstack-0.3.0-alpha.0.tgz: 85bfc84799a64a8d15020bb1f0893ebbaf3e30afa3107adf467ba234e0c42d2d voila-gridstack-0.3.0a0.tar.gz: 81dab30c3346618685769102d5a1caf35f164b90a2ca2bc7d4829160d0f2e600 voila_gridstack-0.3.0a0-py2.py3-none-any.whl: 6941fa9b4888f1882ca836f1950a5d9d84ac0cd5405bc501743ca9d992d52d61
1 parent 62fb0df commit 8b3abfe

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

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

0 commit comments

Comments
 (0)