From 35e2e22f1814763b8f2112389a3d0812dccd7ea4 Mon Sep 17 00:00:00 2001 From: Jiacheng Wang <63186896+jcwang587@users.noreply.github.com> Date: Sat, 17 Feb 2024 23:47:10 -0500 Subject: [PATCH] upload all --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 935e0a6..b7e550e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "xdatbus" -version = "0.1.9" +version = "0.1.10" description = "A Python package for post-analysis of VASP AIMD data" authors = ["Jiacheng Wang "] maintainers = ["Jiacheng Wang"]