diff --git a/ipyvue/_version.py b/ipyvue/_version.py index 4455833..b615efc 100644 --- a/ipyvue/_version.py +++ b/ipyvue/_version.py @@ -1,4 +1,4 @@ -version_info = (1, 3, 1, 'final') +version_info = (1, 3, 2, 'final') _specifier_ = {'alpha': 'a', 'beta': 'b', 'candidate': 'rc', 'final': ''} diff --git a/js/package-lock.json b/js/package-lock.json index 4e35bb0..35a8a00 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "jupyter-vue", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index cb66404..6d64938 100755 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-vue", - "version": "1.3.1", + "version": "1.3.2", "description": "Jupyter widgets base for Vue libraries", "license": "MIT", "author": "Mario Buikhuizen, Maarten Breddels",