Skip to content

Commit

Permalink
Merge b6d7e5c into a6473f5
Browse files Browse the repository at this point in the history
  • Loading branch information
pc494 committed Jan 7, 2020
2 parents a6473f5 + b6d7e5c commit 9e85f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orix/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__name__ = "orix"
__version__ = "0.2.0"
__version__ = "0.2.1dev"
__author__ = "Ben Martineau, Phillip Crout"
__author_email__ = "pyxem.team@gmail.com"
__description__ = "Orientation, rotation, quaternion, and crystal symmetry handling in Python."
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
],
package_data={
"": ["LICENSE", "readme.rst"],
"diffsims": ["*.py"],
"orix": ["*.py"],
},
)

0 comments on commit 9e85f13

Please sign in to comment.