Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbean committed Mar 4, 2024
1 parent 2db4899 commit 32cfb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion permuta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .patterns import BivincularPatt, CovincularPatt, MeshPatt, Perm, VincularPatt
from .perm_sets.permset import Av, Basis, MeshBasis

__version__ = "2.2.0"
__version__ = "2.3.0"

__all__ = [
"Perm",
Expand Down

0 comments on commit 32cfb32

Please sign in to comment.