Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedh committed Oct 22, 2018
1 parent e09ecc6 commit 12b5e99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_paths.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_discrete(self):
assert d.md5() == md5

# copy should have saved the metadata
assert set(copied.metadata.keys) == set(d.metadata.keys())
assert set(copied.metadata.keys()) == set(d.metadata.keys())

# file_name should be populated, and if we have a DXF file
# the layer field should be populated with layer names
Expand Down
2 changes: 1 addition & 1 deletion trimesh/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.35.8'
__version__ = '2.35.9'

0 comments on commit 12b5e99

Please sign in to comment.