Skip to content

Commit 342642e

Browse files
authored
Merge pull request #708 from nschloe/include-test-files
Include test files
2 parents 859fb38 + b92e6a3 commit 342642e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
include LICENSE.txt
22
# Don't recursively include everything that's in test; there may be cruft files,
33
# left-overs from experiments etc.
4-
# recursive-include test *
4+
include test/helpers.py
5+
recursive-include test/meshes *

meshio/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "4.0.0"
1+
__version__ = "4.0.1"
22
__original_author__ = "Nico Schlömer"
33
__original_author_email__ = "[email protected]"
44
__copyright__ = "Copyright (c) 2015-2020 meshio developers"

0 commit comments

Comments
 (0)