We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2457b48 commit b5d4becCopy full SHA for b5d4bec
CHANGES.md
@@ -1,4 +1,4 @@
1
-0.1 (unreleased)
+0.1 (2016-11-26)
2
----------------
3
4
- Initial version
MANIFEST.in
@@ -3,5 +3,4 @@ include README.rst
include CHANGES.md
include tox.ini
5
6
-recursive-include tests *.py *.png
7
-recursive-include images *.png
+recursive-include tests *.py *.fits *.txt
pytest_arraydiff/__init__.py
@@ -1 +1 @@
-__version__ = '0.1.dev0'
+__version__ = '0.1'
0 commit comments