Update version

This commit is contained in:
Guilhem Lavaux 2021-04-23 12:43:39 +02:00
parent 0805bac277
commit f668fb00fd
2 changed files with 2 additions and 2 deletions

View file

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