Skip to content

Commit

Permalink
maint: bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Sep 12, 2024
1 parent 83cad90 commit 9813f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]" }]
license = {file = "LICENSE"}
Expand Down

0 comments on commit 9813f1c

Please sign in to comment.