Skip to content

Commit

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

voila-dashboards-jupyterlab-gridstack-0.3.0.tgz: 2790478f4e3cae593efd46d5a7ee151d66bbf1c984f1b392b8d8c6cca1e287c7

voila-gridstack-0.3.0.tar.gz: fafc7eb8773ca07d2cec26da4547078071f628c056007f0cfaa73b19641c58ec

voila_gridstack-0.3.0-py2.py3-none-any.whl: 785b898c3653e6c269b7de89dcbee70a378caa5be5e3fd4a32b8c632903c058d
  • Loading branch information
github-actions[bot] committed Mar 30, 2022
1 parent ef92110 commit 130e467
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-beta.1",
"version": "0.3.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-beta.1",
"version": "0.3.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.0b1"
current = "0.3.0"
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.0b1"
__version__ = "0.3.0"

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

Expand Down

0 comments on commit 130e467

Please sign in to comment.