From 9b67251a2a8c17cbf61e8454254687ae933f59aa Mon Sep 17 00:00:00 2001 From: Stefan Kuethe Date: Wed, 24 Jan 2024 11:10:00 +0100 Subject: [PATCH] Increase version --- maplibre/_constants.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maplibre/_constants.py b/maplibre/_constants.py index 2e82e7f8..2b588e1a 100644 --- a/maplibre/_constants.py +++ b/maplibre/_constants.py @@ -1,4 +1,4 @@ -__version__ = "0.1.0" +__version__ = "0.1.3" _shiny_output_class = "shiny-maplibregl-output" # tmp diff --git a/pyproject.toml b/pyproject.toml index 43e3cd7d..af4a8927 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "maplibre" -version = "0.1.2" +version = "0.1.3" description = "Python bindings for MapLibre GL JS" authors = ["Stefan Kuethe "] readme = "README.md"