diff --git a/pyproject.toml b/pyproject.toml index 9a7b8fbf..cdc3cd67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lonboard" -version = "0.11.1" +version = "0.12.0" description = "Fast, interactive geospatial data visualization in Jupyter." authors = [{ name = "Kyle Barron", email = "kyle@developmentseed.org" }] license = "MIT" diff --git a/uv.lock b/uv.lock index eaa0be31..e077f9af 100644 --- a/uv.lock +++ b/uv.lock @@ -1766,7 +1766,7 @@ wheels = [ [[package]] name = "lonboard" -version = "0.11.1" +version = "0.12.0" source = { editable = "." } dependencies = [ { name = "anywidget" },