We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e32970 commit 3a56f09Copy full SHA for 3a56f09
ibis_vega_transform/__init__.py
@@ -34,7 +34,7 @@ def _to_version_info(version):
34
return tuple(parts)
35
36
37
-__version__ = "5.2.0"
+__version__ = "5.2.2"
38
version_info = _to_version_info(__version__)
39
40
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ibis-vega-transform",
3
- "version": "5.2.0",
+ "version": "5.2.2",
4
"description": "A JupyterLab extension for performing Vega transforms lazily using Ibis.",
5
"keywords": [
6
"jupyter",
0 commit comments