Bump version

This commit is contained in:
Guilhem Lavaux 2022-01-27 16:28:16 +01:00
parent 0b77b010e4
commit 8ab094ad3d
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.0',
version='1.3.1',
packages=["cosmotool"],
package_dir={'cosmotool': 'python/cosmotool'},
install_requires=['numpy','cffi','numexpr','pyfftw','h5py'],