Skip to content

Commit

Permalink
Bump version 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Aug 21, 2020
1 parent 79c8246 commit ca3cf6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibis_vega_transform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _to_version_info(version):
return tuple(parts)


__version__ = "5.1.0"
__version__ = "5.2.0"
version_info = _to_version_info(__version__)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibis-vega-transform",
"version": "5.1.1",
"version": "5.2.0",
"description": "A JupyterLab extension for performing Vega transforms lazily using Ibis.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit ca3cf6f

Please sign in to comment.