Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Nov 6, 2018
1 parent 7ca7ec2 commit 0d106a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crystals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"""
__author__ = 'Laurent P. René de Cotret'
__email__ = 'laurent.renedecotret@mail.mcgill.ca'
__license__ = 'MIT'
__version__ = '0.1.0'
__license__ = 'BSD3'
__version__ = '0.2.0'

from .atom import Atom, real_coords, frac_coords
from .atom_data import ELEM_TO_MAGMOM, ELEM_TO_MASS, ELEM_TO_NAME, ELEM_TO_NUM, NUM_TO_ELEM
Expand Down

0 comments on commit 0d106a4

Please sign in to comment.