Skip to content

Commit

Permalink
Publish 0.3.0b0
Browse files Browse the repository at this point in the history
SHA256 hashes:

voila-dashboards-jupyterlab-gridstack-0.3.0-beta.0.tgz: a1149ae78c6668b60c9470ed00e97092ca245d56039ce428530df0f7c96d7729

voila-gridstack-0.3.0b0.tar.gz: 7a4728575ba68851eb08e9ac95ea99174fa27b4dfc6045f1250cd3731cdaf86d

voila_gridstack-0.3.0b0-py2.py3-none-any.whl: 9ca074dd80c3fa4a3191250b627ce02fc3a985bfcdd9d6630ae5758253314507
  • Loading branch information
github-actions[bot] committed Jan 6, 2022
1 parent 89b6bb6 commit 8b867dc
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.3.0-alpha.2",
"version": "0.3.0-beta.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.3.0-alpha.2",
"version": "0.3.0-beta.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.3.0a2"
current = "0.3.0b0"
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.3.0a2"
__version__ = "0.3.0b0"

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

Expand Down

0 comments on commit 8b867dc

Please sign in to comment.