From 90c3e8e9eb8797587efc3e594a32fc43745ed251 Mon Sep 17 00:00:00 2001 From: mattijn Date: Tue, 7 Sep 2021 23:15:06 +0200 Subject: [PATCH] update repo to v1.2 --- topojson/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topojson/__init__.py b/topojson/__init__.py index 7b437e7..8b4c467 100644 --- a/topojson/__init__.py +++ b/topojson/__init__.py @@ -20,6 +20,6 @@ - Optional support for UI controls to exploring the results of topoquantize and toposimplify interactively if ipywidgets is installed. """ -__version__ = "1.1" +__version__ = "1.2" from .core.topology import Topology # noqa