From 5112b0b768eae14b68144dd9de6deb0677109d22 Mon Sep 17 00:00:00 2001 From: Joshua Bloom Date: Tue, 8 Oct 2024 09:53:12 -0700 Subject: [PATCH] bump version --- tdtax/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdtax/__init__.py b/tdtax/__init__.py index 3f31437..02075ec 100644 --- a/tdtax/__init__.py +++ b/tdtax/__init__.py @@ -28,7 +28,7 @@ .replace('"subclasses":', '"children":') vega_taxonomy = json.loads(taxstr) -__version__ = '0.1.6' +__version__ = '0.1.7' __all__ = ["taxonomy", "schema", "vega_taxonomy", "write_viz", "__version__"]