diff --git a/setup.py b/setup.py index 77f0586..d43d2ec 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import numpy setup( name="permanent", - version="0.1.3", + version="0.1.4", description="Calculates the permanent of a Numpy matrix", author="Pete Shadbolt", author_email="hello@peteshadbolt.co.uk",