Browse Source

Bump version

master
Pete Shadbolt 4 years ago
parent
commit
c491796e22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.py

+ 1
- 1
setup.py View File

@@ -5,7 +5,7 @@ import numpy


setup( setup(
name="permanent", name="permanent",
version="0.1.3",
version="0.1.4",
description="Calculates the permanent of a Numpy matrix", description="Calculates the permanent of a Numpy matrix",
author="Pete Shadbolt", author="Pete Shadbolt",
author_email="hello@peteshadbolt.co.uk", author_email="hello@peteshadbolt.co.uk",


Loading…
Cancel
Save