Skip to content

Commit

Permalink
Publish 0.3.0a0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
github-actions[bot] committed Nov 3, 2021
1 parent 62fb0df commit 8b3abfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/gridstack-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/gridstack-editor",
"version": "0.1.0",
"version": "0.3.0-alpha.0",
"private": true,
"files": [
"lib/**/*.{d.ts,js.map,js}",
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-gridstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@voila-dashboards/jupyterlab-gridstack",
"version": "0.2.0",
"version": "0.3.0-alpha.0",
"description": "A JupyterLab extension to create Voila dashboards using GridStack",
"homepage": "https://github.com/voila-dashboards/voila-gridstack",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build_cmd = "build:prod"
npm = ["jlpm"]

[tool.tbump.version]
current = "0.2.0"
current = "0.3.0a0"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion voila_gridstack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import os.path as osp
from .server_extension import load_jupyter_server_extension # noqa

__version__ = "0.2.0"
__version__ = "0.3.0a0"

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

Expand Down

0 comments on commit 8b3abfe

Please sign in to comment.