diff --git a/NEWS.md b/NEWS.md index e0629ee9..d38aa8c7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -## pyobsplot 0.5.1-dev +## pyobsplot 0.5.2-dev + +## pyobsplot 0.5.1 - `Plot.plot()` performance should now be equivalent to the one of a generator object - New shortcut syntax `Plot.line(...).plot()` is now available (#18, thanks @harrylojames) diff --git a/pyproject.toml b/pyproject.toml index d3b3bc62..2985171f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyobsplot" -version = "0.5.1" +version = "0.5.2" description = "Observable Plot in Jupyter notebooks and Quarto documents" authors = [{ name = "Julien Barnier", email = "julien@nozav.org" }] license = {file = "LICENSE"}