Bump version and add missing file

This commit is contained in:
Guilhem Lavaux 2020-10-03 20:52:43 +02:00
parent e179544422
commit 1ea268f654
2 changed files with 39 additions and 1 deletions

View file

@ -218,7 +218,7 @@ class BuildCMakeExt(build_ext):
CosmoTool_extension = CMakeExtension(name="cosmotool")
setup(name='cosmotool',
version='1.0.0a8',
version='1.1.0',
packages=["cosmotool"],
package_dir={'cosmotool': 'python/cosmotool'},
install_requires=['numpy','cffi','numexpr','pyfftw','h5py'],