Bump to 1.3.4

This commit is contained in:
Guilhem Lavaux 2023-12-06 09:29:58 +01:00
parent 0093a6aa0f
commit c88f91ba80
2 changed files with 2 additions and 2 deletions

View file

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