Skip to content

Commit 303865c

Browse files
committed
maint: bump version to 0.5.3.2
1 parent 29d22c2 commit 303865c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

NEWS.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
## pyobsplot 0.5.3.1
2-
3-
- Fix pyarrow version to be compatible with pyodide.
4-
5-
## pyobsplot 0.5.3
1+
## pyobsplot 0.5.3.2
62

73
- Installing the package with `pip install pyobsplot` now does not install the `typst` dependency anymore. To install typst and allow to use all the renderers, you have to install with `pip install pyobsplot[typst]`. This change has been made so that `pyobsplot` (with the widget renderer) could be used in pyodide-based environments like JupyterLite and Marimo.
84

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyobsplot"
3-
version = "0.5.3.1"
3+
version = "0.5.3.2"
44
description = "Observable Plot in Jupyter notebooks and Quarto documents"
55
authors = [{ name = "Julien Barnier", email = "[email protected]" }]
66
license = { file = "LICENSE" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)