Skip to content

Commit dfb3297

Browse files
committed
maint: bump versions to 0.4.0
1 parent edf2482 commit dfb3297

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/pyobsplot-js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pyobsplot",
3-
"version": "0.3.9",
3+
"version": "0.4.0",
44
"description": "JavaScript component for pyobsplot Python package",
55
"main": "plot.js",
66
"scripts": {

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobsplot"
3-
version = "0.3.9-dev"
3+
version = "0.4.0"
44
description = "Observable Plot in Jupyter notebooks and Quarto documents"
55
authors = ["Julien Barnier <[email protected]>"]
66
license = "MIT"

src/pyobsplot/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
bundler_output_dir = pathlib.Path(__file__).parent / "static"
99

1010
# Minimum npm package version
11-
MIN_NPM_VERSION = "0.3.9"
11+
MIN_NPM_VERSION = "0.4.0"
1212

1313
# Allowed default values
1414
ALLOWED_DEFAULTS = [

0 commit comments

Comments
 (0)