diff --git a/package-lock.json b/package-lock.json index 9501164f..d9b71923 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "tvb-ext-xircuits", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "tvb-ext-xircuits", - "version": "1.0.1", + "version": "1.0.2", "license": "BSD-3-Clause", "dependencies": { "@emotion/core": "^10.0.35", diff --git a/package.json b/package.json index b0913cb4..0ece242e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tvb-ext-xircuits", - "version": "1.0.1", + "version": "1.0.2", "description": "Jupyterlab extension for building TVB workflows in a visual and interactive manner", "keywords": [ "jupyter", diff --git a/tvbextxircuits/_version.py b/tvbextxircuits/_version.py index c8f75f3f..3fd29132 100644 --- a/tvbextxircuits/_version.py +++ b/tvbextxircuits/_version.py @@ -1,2 +1,2 @@ -version_info = (1, 0, 1) +version_info = (1, 0, 2) __version__ = ".".join(map(str, version_info)) \ No newline at end of file