Skip to content

Commit

Permalink
maint: bump version to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
juba committed Aug 21, 2023
1 parent fee77ee commit 85a8733
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "MIT"
Expand All @@ -15,15 +15,15 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: JavaScript",
"Topic :: Scientific/Engineering :: Visualization"
"Topic :: Scientific/Engineering :: Visualization",
]

[tool.poetry.urls]
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"
Expand Down

0 comments on commit 85a8733

Please sign in to comment.