From b8e60a7d335c6f6a2698375b21020dc43ed08db6 Mon Sep 17 00:00:00 2001 From: "guilhem.lavaux@iap.fr" Date: Tue, 16 Jan 2024 07:50:50 +0100 Subject: [PATCH] Updating to 1.3.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 17ea91d..7c07d3a 100644 --- a/setup.py +++ b/setup.py @@ -237,7 +237,7 @@ class BuildCMakeExt(build_ext): CosmoTool_extension = CMakeExtension(name="cosmotool") setup(name='cosmotool', - version='1.3.4', + version='1.3.5', packages=["cosmotool"], package_dir={'cosmotool': 'python/cosmotool'}, install_requires=['numpy','cffi','numexpr','h5py'],