Skip to content

Commit

Permalink
Bump version (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Oct 5, 2023
1 parent 026d0c2 commit a9702c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/internet-speeds.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,12 @@
},
{
"cell_type": "code",
"execution_count": 12,
"execution_count": 19,
"id": "5a77f728-9cbe-4372-9bfd-d6dee4b93a01",
"metadata": {},
"outputs": [],
"source": [
"layer.get_fill_color = apply_continuous_cmap(normalized_download_speed, BrBG_10)"
"layer.get_fill_color = apply_continuous_cmap(normalized_download_speed, BrBG_10, alpha=0.3)"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lonboard"
version = "0.1.0-beta.2"
version = "0.1.0-beta.3"
description = "Extremely fast geospatial data visualization in Python."
authors = ["Kyle Barron <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit a9702c8

Please sign in to comment.