From 2636cac2714674c9211271c7dcb9524199f1f24f Mon Sep 17 00:00:00 2001
From: mattijn <mattijn@gmail.com>
Date: Wed, 15 May 2024 08:35:12 +0200
Subject: [PATCH] bump to v1.9

---
 topojson/__init__.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/topojson/__init__.py b/topojson/__init__.py
index 2b3d198..cc9bd0b 100644
--- a/topojson/__init__.py
+++ b/topojson/__init__.py
@@ -20,6 +20,7 @@
   - Optional support for UI controls to exploring the results of topoquantize
     and toposimplify interactively if ipywidgets is installed.
 """
-__version__ = "1.7"
+
+__version__ = "1.9"
 
 from .core.topology import Topology  # noqa