From 2862d969d1bb3fa4243b4fb0a3d11f233e1263da Mon Sep 17 00:00:00 2001 From: superstar54 Date: Fri, 11 Oct 2024 16:02:25 +0200 Subject: [PATCH] Release 0.1.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e448d14..ef1ab5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "weas_widget" -version = "0.1.5" +version = "0.1.6" description = "A widget to visualize and interact with atomistic structures in Jupyter Notebook." authors = [{name = "Xing Wang", email = "xingwang1991@gmail.com"}] readme = "README.md"