diff --git a/NEWS.md b/NEWS.md index 144cb1d..3d4d7d7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -## pyobsplot 0.3.7-dev +## pyobsplot 0.3.7 - Update Observable Plot to 0.6.9 - Update anywidget to 0.6.1 diff --git a/pyproject.toml b/pyproject.toml index 5c6828b..b3d561d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyobsplot" -version = "0.3.7-dev" +version = "0.3.7" description = "Observable Plot in Jupyter notebooks and Quarto documents" authors = ["Julien Barnier "] license = "MIT"