File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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": {
Original file line number Diff line number Diff line change 11[tool.poetry]
22name = "pyobsplot"
3- version = "0.3.9-dev "
3+ version = "0.4.0 "
44description = "Observable Plot in Jupyter notebooks and Quarto documents"
55authors = ["Julien Barnier <julien@nozav.org>"]
66license = "MIT"
Original file line number Diff line number Diff line change 88bundler_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
1414ALLOWED_DEFAULTS = [
You can’t perform that action at this time.
0 commit comments