From c5c159e8ffa805035cbff26c9355794b3fa52876 Mon Sep 17 00:00:00 2001 From: yury-lysogorskiy Date: Wed, 6 Nov 2024 16:13:38 +0100 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08ded7c..dc8b007 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="tensorpotential", - version="0.4.0", + version="0.4.1", packages=find_packages(include=["tensorpotential", "tensorpotential.*"]), url="https://github.com/ICAMS/grace-tensorpotential", license="Academic Software License (ASL)",