diff --git a/README b/README index f90e677..d51b0f8 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ --------------------------------------------------------- -DYNAPHOPY 1.6 +DYNAPHOPY 1.7 --------------------------------------------------------- Program to calculate crystal anharmonic frequency shifts and phonon linewidths from molecular dynamics simulations diff --git a/setup.py b/setup.py index 993e967..3fe46ee 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ setup(name='dynaphopy', - version='1.6', + version='1.7', description='dynaphopy module', author='Abel Carreras', url='https://github.com/abelcarreras/DynaPhoPy', diff --git a/setup_openmp.py b/setup_openmp.py index b00e969..d877951 100644 --- a/setup_openmp.py +++ b/setup_openmp.py @@ -23,7 +23,7 @@ sources=['Extensions/displacements.c']) setup(name='dynaphopy', - version='1.6', + version='1.7', description='dynaphopy module', author='Abel Carreras', url='https://github.com/abelcarreras/DynaPhoPy',