diff --git a/pandamesh/__init__.py b/pandamesh/__init__.py index 590dd19..34bb31c 100644 --- a/pandamesh/__init__.py +++ b/pandamesh/__init__.py @@ -10,7 +10,7 @@ from pandamesh.plot import plot from pandamesh.triangle_mesher import DelaunayAlgorithm, TriangleMesher -__version__ = "0.1.5" +__version__ = "0.1.6" __all__ = (