From 11f732bd16fbd8565fa6426c69ec4c86f5c7c25a Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Tue, 4 Aug 2020 11:51:05 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 90aa9d6..9bdbd96 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.0a5', + version='1.0.0a6', packages=["cosmotool"], package_dir={'cosmotool': 'python/cosmotool'}, install_requires=['numpy','cffi','numexpr','pyfftw','h5py'],