Skip to content

Commit

Permalink
maint: bump version to 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Jun 8, 2023
1 parent dc1b368 commit 60be93b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyobsplot"
version = "0.3.5"
version = "0.3.6"
description = "Observable Plot in Jupyter notebooks and Quarto documents"
authors = ["Julien Barnier <julien@nozav.org>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/pyobsplot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
bundler_output_dir = pathlib.Path(__file__).parent / "static"

# Minimum npm package version
min_npm_version = "0.3.5"
min_npm_version = "0.3.6"

# Allowed default values
allowed_defaults = [
Expand Down

0 comments on commit 60be93b

Please sign in to comment.