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 2f8595a commit afce573Copy full SHA for afce573
maplibre/_constants.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.2.8"
+__version__ = "0.3.0"
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.8.6"
+version = "0.3.0"
description = "Python bindings for MapLibre GL JS"
5
authors = ["Stefan Kuethe <stefan.kuethe@eoda.de>"]
6
readme = "README.md"
0 commit comments