Skip to content

Commit c7c8070

Browse files
authored
Merge pull request #1083 from nschloe/release
version bump
2 parents 2aececc + 22cad4d commit c7c8070

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = meshio
3-
version = 4.3.12
3+
version = 4.3.13
44
author = Nico Schlömer et al.
55
author_email = [email protected]
66
description = I/O for many mesh formats

test/legacy_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def _create_vtkarray(X, name):
105105
# in Exodus files:
106106
# If a vector 'v' has two components, they are called 'v_x', 'v_y'
107107
# (note the underscore), if it has three, then they are called 'vx',
108-
# 'vy', 'vz'. See bug <http://vtk.org/Bug/view.php?id=15894>.
108+
# 'vy', 'vz'. See bug <https://vtk.org/Bug/view.php?id=15894>.
109109
# For VT{K,U} files, no underscore is ever added.
110110
pd.AddArray(_create_vtkarray(X, name))
111111

test/test_medit.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ def test_generic_io():
3434
helpers.generic_io("test.0.meshb")
3535

3636

37-
# same tests with ugrid format files converted with UGC from http://www.simcenter.msstate.edu
37+
# same tests with ugrid format files converted with UGC from
38+
# https://www.simcenter.msstate.edu/
3839

3940

4041
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)