Bump version

This commit is contained in:
Guilhem Lavaux 2021-08-05 08:00:19 +02:00
parent c9ac439dd5
commit 009fae2418
3 changed files with 4 additions and 4 deletions

View file

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