From 4c08f4bd3ede0be9cf05ed60b65d3ce0c79fe38e Mon Sep 17 00:00:00 2001 From: superstar54 Date: Sun, 24 Nov 2024 10:03:55 +0100 Subject: [PATCH] Release 0.1.18 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bbb84b8..841fee4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "weas_widget" -version = "0.1.17" +version = "0.1.18" description = "A widget to visualize and interact with atomistic structures in Jupyter Notebook." authors = [{name = "Xing Wang", email = "xingwang1991@gmail.com"}] readme = "README.md"