Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo committed Jun 4, 2019
1 parent 908065d commit c3669da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion AtomicContributions/ContributionsOfAtomsToModes.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from phonopy.file_IO import parse_FORCE_SETS, parse_BORN, parse_FORCE_CONSTANTS
from phonopy.units import VaspToCm, VaspToTHz, VaspToEv
from phonopy.phonon.irreps import IrReps

import os


Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="AtomicContributions-JaGeo",
version="1.3",
version="1.4",
author="Janine George",
author_email="janine.george@uclouvain.be",
description="Package to display atomic contributions to modes",
Expand All @@ -15,7 +15,7 @@
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: BSD 3-Clause License ",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
],
)

0 comments on commit c3669da

Please sign in to comment.