From 48e80773633d130f8b190512906eb220d2c06011 Mon Sep 17 00:00:00 2001 From: Guillaume Fraux Date: Tue, 15 Oct 2024 15:08:13 +0200 Subject: [PATCH] Release version 0.8.2 --- package.json | 2 +- python/chemiscope/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d9696450f..3939926d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chemiscope", - "version": "0.8.1", + "version": "0.8.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 8088f7513..deded3247 100644 --- a/python/chemiscope/version.py +++ b/python/chemiscope/version.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2"