Skip to content

Commit

Permalink
Bump to 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed May 11, 2020
1 parent db033dd commit 454c051
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-vega",
"version": "3.2.0",
"version": "3.3.0",
"description": "IPython/Jupyter notebook module for [Vega](https://vega.github.io/vega), and [Vega-Lite](https://vega.github.io/vega-lite).",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vega"
version = "3.2.0"
version = "3.3.0"
license = "BSD 3-clause"
description = "A Jupyter widget for Vega 5 and Vega-Lite 4"
authors = ["Dominik Moritz <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion vega/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

__all__ = ['Vega', 'VegaLite']

__version__ = '3.2.0'
__version__ = '3.3.0'


def _jupyter_nbextension_paths():
Expand Down

0 comments on commit 454c051

Please sign in to comment.