From 8f14192dab4a3977c05a942758a6e8b89ecd94a8 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Fri, 18 Sep 2020 11:07:30 +0300 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9bdbd96..5e89069 100644 --- a/setup.py +++ b/setup.py @@ -218,7 +218,7 @@ class BuildCMakeExt(build_ext): CosmoTool_extension = CMakeExtension(name="cosmotool") setup(name='cosmotool', - version='1.0.0a6', + version='1.0.0a7', packages=["cosmotool"], package_dir={'cosmotool': 'python/cosmotool'}, install_requires=['numpy','cffi','numexpr','pyfftw','h5py'],