Skip to content

Commit 85a8733

Browse files
committed
maint: bump version to 0.3.8
1 parent fee77ee commit 85a8733

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobsplot"
3-
version = "0.3.8-dev"
3+
version = "0.3.8"
44
description = "Observable Plot in Jupyter notebooks and Quarto documents"
55
authors = ["Julien Barnier <[email protected]>"]
66
license = "MIT"
@@ -15,15 +15,15 @@ classifiers = [
1515
"License :: OSI Approved :: MIT License",
1616
"Programming Language :: Python :: 3",
1717
"Programming Language :: JavaScript",
18-
"Topic :: Scientific/Engineering :: Visualization"
18+
"Topic :: Scientific/Engineering :: Visualization",
1919
]
2020

2121
[tool.poetry.urls]
2222
changelog = "https://github.com/juba/pyobsplot/blob/main/NEWS.md"
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.8"
26-
anywidget = {extras = ["dev"], version = "^0.6.0"}
26+
anywidget = { extras = ["dev"], version = "^0.6.0" }
2727
pandas = ">=1.2.0"
2828
polars = ">=0.16.0"
2929
pyarrow = "^11.0.0"

0 commit comments

Comments
 (0)