Skip to content

Commit

Permalink
maint: bump versions to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Oct 8, 2023
1 parent edf2482 commit dfb3297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/pyobsplot-js/package.json
@@ -1,6 +1,6 @@
{
"name": "pyobsplot",
"version": "0.3.9",
"version": "0.4.0",
"description": "JavaScript component for pyobsplot Python package",
"main": "plot.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyobsplot"
version = "0.3.9-dev"
version = "0.4.0"
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
Expand Up @@ -8,7 +8,7 @@
bundler_output_dir = pathlib.Path(__file__).parent / "static"

# Minimum npm package version
MIN_NPM_VERSION = "0.3.9"
MIN_NPM_VERSION = "0.4.0"

# Allowed default values
ALLOWED_DEFAULTS = [
Expand Down

0 comments on commit dfb3297

Please sign in to comment.