We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc1b368 commit 60be93bCopy full SHA for 60be93b
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pyobsplot"
3
-version = "0.3.5"
+version = "0.3.6"
4
description = "Observable Plot in Jupyter notebooks and Quarto documents"
5
authors = ["Julien Barnier <[email protected]>"]
6
license = "MIT"
src/pyobsplot/utils.py
@@ -8,7 +8,7 @@
8
bundler_output_dir = pathlib.Path(__file__).parent / "static"
9
10
# Minimum npm package version
11
-min_npm_version = "0.3.5"
+min_npm_version = "0.3.6"
12
13
# Allowed default values
14
allowed_defaults = [
0 commit comments