diff --git a/package.json b/package.json index f66dc53f2..184386796 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chemiscope", - "version": "0.7.1", + "version": "0.7.2", "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 a5f830a2c..bc8c296f6 100644 --- a/python/chemiscope/version.py +++ b/python/chemiscope/version.py @@ -1 +1 @@ -__version__ = "0.7.1" +__version__ = "0.7.2"