From 85a8733bfb5d26de706b69edc1fbbdfd08af6cc9 Mon Sep 17 00:00:00 2001 From: Julien Barnier Date: Mon, 21 Aug 2023 15:03:31 +0200 Subject: [PATCH] maint: bump version to 0.3.8 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06b3d25..f67f1b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pyobsplot" -version = "0.3.8-dev" +version = "0.3.8" description = "Observable Plot in Jupyter notebooks and Quarto documents" authors = ["Julien Barnier "] license = "MIT" @@ -15,7 +15,7 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: JavaScript", - "Topic :: Scientific/Engineering :: Visualization" + "Topic :: Scientific/Engineering :: Visualization", ] [tool.poetry.urls] @@ -23,7 +23,7 @@ changelog = "https://github.com/juba/pyobsplot/blob/main/NEWS.md" [tool.poetry.dependencies] python = "^3.8" -anywidget = {extras = ["dev"], version = "^0.6.0"} +anywidget = { extras = ["dev"], version = "^0.6.0" } pandas = ">=1.2.0" polars = ">=0.16.0" pyarrow = "^11.0.0"