From 8f5e0c78014fa2f5d2748b148ab8108a73071b82 Mon Sep 17 00:00:00 2001 From: Phillip Crout <32455330+pc494@users.noreply.github.com> Date: Sun, 6 Sep 2020 17:30:44 +0100 Subject: [PATCH] bump version release 0.5.0 --- orix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orix/__init__.py b/orix/__init__.py index a6513353..e4cfa11d 100644 --- a/orix/__init__.py +++ b/orix/__init__.py @@ -1,5 +1,5 @@ __name__ = "orix" -__version__ = "0.5.0.dev" +__version__ = "0.5.0" __author__ = "Ben Martineau, Phillip Crout, Håkon Wiik Ånes, Duncan Johnstone" __author_email__ = "pyxem.team@gmail.com" __description__ = "orix is an open-source python library for handling crystal orientation mapping data."