Skip to content

Commit e840107

Browse files
Merge pull request #157 from PermutaTriangle/develop
update authors
2 parents 90138f3 + 963c596 commit e840107

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.zenodo.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,8 @@
3939
"affiliation": "Marquette University",
4040
"name": "Jay Pantone"
4141
},
42+
{
43+
"name": "Arnar Bjarni Arnarson"
44+
}
4245
]
4346
}

permuta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .patterns import BivincularPatt, CovincularPatt, MeshPatt, Perm, VincularPatt
22
from .perm_sets.permset import Av, Basis, MeshBasis
33

4-
__version__ = "2.0.3"
4+
__version__ = "2.0.4"
55

66
__all__ = [
77
"Perm",

0 commit comments

Comments
 (0)