Skip to content

Commit 3a56f09

Browse files
committed
Bump version to 5.2.2
1 parent 5e32970 commit 3a56f09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ibis_vega_transform/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _to_version_info(version):
3434
return tuple(parts)
3535

3636

37-
__version__ = "5.2.0"
37+
__version__ = "5.2.2"
3838
version_info = _to_version_info(__version__)
3939

4040

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ibis-vega-transform",
3-
"version": "5.2.0",
3+
"version": "5.2.2",
44
"description": "A JupyterLab extension for performing Vega transforms lazily using Ibis.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)