diff --git a/package.json b/package.json index f4e4b6235..d9696450f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chemiscope", - "version": "0.8.0", + "version": "0.8.1", "description": "An interactive structure/property explorer for materials and molecules", "author": "Guillaume Fraux ", "license": "BSD-3-Clause", diff --git a/python/chemiscope/version.py b/python/chemiscope/version.py index 777f190df..8088f7513 100644 --- a/python/chemiscope/version.py +++ b/python/chemiscope/version.py @@ -1 +1 @@ -__version__ = "0.8.0" +__version__ = "0.8.1"