diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-03-28 22:03:50 +0800 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-03-28 22:03:50 +0800 |
commit | a12ab142031e6217e37d5044ad17a7937bfca3aa (patch) | |
tree | 55a4c8d8b3f9b6730d9e5730c66cf89d27257e3a /math/py-numpy/Makefile | |
parent | 0d143840ca27ef139a10e563171deb9d5d72de4d (diff) | |
download | freebsd-ports-gnome-a12ab142031e6217e37d5044ad17a7937bfca3aa.tar.gz freebsd-ports-gnome-a12ab142031e6217e37d5044ad17a7937bfca3aa.tar.zst freebsd-ports-gnome-a12ab142031e6217e37d5044ad17a7937bfca3aa.zip |
Update to 1.11.0
Changes: https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst
Diffstat (limited to 'math/py-numpy/Makefile')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index e0a3ae704c94..c3520c8d8841 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= numpy -PORTVERSION= 1.10.4 +PORTVERSION= 1.11.0 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP:source \ |