diff --git a/ipygany/_version.py b/ipygany/_version.py index 6d1175d..8079d0a 100644 --- a/ipygany/_version.py +++ b/ipygany/_version.py @@ -4,5 +4,5 @@ # Copyright (c) Martin Renou. # Distributed under the terms of the Modified BSD License. -version_info = (0, 1, 3) +version_info = (0, 1, 4) __version__ = '.'.join(map(str, version_info)) diff --git a/package-lock.json b/package-lock.json index da8eb25..5b8d803 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ipygany", - "version": "0.1.3", + "version": "0.1.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6c3b503..0c1fa24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipygany", - "version": "0.1.3", + "version": "0.1.4", "description": "Scientific Visualization in Jupyter", "keywords": [ "jupyter",