Set version as x.8.0

This commit is contained in:
Atsushi Togo 2014-01-02 17:14:52 +09:00
parent f5fd3d2f50
commit a3858e8868
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ from anharmonic.phonon3.displacement_fc3 import get_third_order_displacements
from anharmonic.settings import Phono3pyConfParser
from anharmonic.phonon3 import Phono3py, JointDOS, IsotopeScattering, get_gruneisen_parameters
phono3py_version = "0.7.7"
phono3py_version = "0.8.0"
# AA is created at http://www.network-science.de/ascii/.
def print_phono3py():

View File

@ -65,7 +65,7 @@ extension_forcefit = Extension(
'c/harmonic/lapack_wrapper.c'])
setup(name='phono3py',
version='0.7.7',
version='0.8.0',
description='This is the phono3py module.',
author='Atsushi Togo',
author_email='atz.togo@gmail.com',