We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e99638 commit df44ee6Copy full SHA for df44ee6
tdtax/__init__.py
@@ -28,7 +28,7 @@
28
.replace('"subclasses":', '"children":')
29
vega_taxonomy = json.loads(taxstr)
30
31
-__version__ = '0.1.0'
+__version__ = '0.1.1'
32
33
__all__ = ["taxonomy", "schema", "vega_taxonomy", "write_viz", "__version__"]
34
0 commit comments