Bump version

This commit is contained in:
Guilhem Lavaux 2020-11-11 10:48:40 +01:00
parent f3c459d9f6
commit 014f7f9564
2 changed files with 2 additions and 2 deletions

View file

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