diff --git a/orix/__init__.py b/orix/__init__.py index 1d7478c7..9ea158fc 100644 --- a/orix/__init__.py +++ b/orix/__init__.py @@ -1,5 +1,5 @@ __name__ = "orix" -__version__ = "0.2.0rc1" -__author__ = "Ben Martineau & Phillip Crout" +__version__ = "0.2.0" +__author__ = "Ben Martineau, Phillip Crout" __author_email__ = "pyxem.team@gmail.com" __description__ = "Orientation, rotation, quaternion, and crystal symmetry handling in Python."