diff --git a/ipygany/_version.py b/ipygany/_version.py index 9cecd9d..4f35ed8 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, 0) +version_info = (0, 1, 1) __version__ = '.'.join(map(str, version_info)) diff --git a/package-lock.json b/package-lock.json index 5673211..0e4a339 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ipygany", - "version": "0.1.0", + "version": "0.1.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93996bd..9e7facc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ipygany", - "version": "0.1.0", + "version": "0.1.1", "description": "Scientific Visualization in Jupyter", "keywords": [ "jupyter",