We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2c9f8 commit 114c945Copy full SHA for 114c945
maplibre/_constants.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.7.1"
+__version__ = "0.2.8"
2
_shiny_output_class = "shiny-maplibregl-output"
3
4
# TODO: Remove from here
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "maplibre"
-version = "0.2.7.1"
+version = "0.2.8"
description = "Python bindings for MapLibre GL JS"
5
authors = ["Stefan Kuethe <stefan.kuethe@eoda.de>"]
6
readme = "README.md"
0 commit comments