diff --git a/wavecar2unk.py b/wavecar2unk.py index 7b1293d..e9c4425 100644 --- a/wavecar2unk.py +++ b/wavecar2unk.py @@ -8,6 +8,9 @@ from pymatgen.io.vasp.outputs import Wavecar +__version__ = '0.0.2' + + @click.command() @click.option('-i', '--input_file', default='WAVECAR', type=click.Path(exists=True, dir_okay=False),