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