We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2938b8e commit 583bcacCopy full SHA for 583bcac
NEWS.md
@@ -1,4 +1,4 @@
1
-## pyobsplot 0.4.1-dev
+## pyobsplot 0.4.1
2
3
- Plots generated by the `widget` renderer can now be saved to HTML files
4
- Move required Python version to 3.9
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyobsplot"
-version = "0.4.1-dev"
+version = "0.4.1"
description = "Observable Plot in Jupyter notebooks and Quarto documents"
5
authors = ["Julien Barnier <[email protected]>"]
6
license = "MIT"
0 commit comments