diff --git a/python-pypi/numpy/DETAILS b/python-pypi/numpy/DETAILS
index 1f8b073..7135564 100755
--- a/python-pypi/numpy/DETAILS
+++ b/python-pypi/numpy/DETAILS
@@ -1,7 +1,7 @@
SPELL=numpy
- VERSION=1.14.3
+ VERSION=1.14.4
SECURITY_PATCH=1
-
SOURCE_HASH=sha512:371b85b9bb49cf34035437df78623cf25c569ff613e2a162e658c4cf4374b86b516b39e2c7ea90a351e7fe7e7b9cf87a05f1ac48c4f2903ec34874f93e5df435
+
SOURCE_HASH=sha512:eb63e56c6067d49747a63e3ad181e01f4908175d40724f971f23a74c9595117aa9a89c655fda09694b123c5efdaefa79ce73df855094af8bb52f88d418e324aa
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=https://github.com/numpy/numpy/archive/v${VERSION}.tar.gz
diff --git a/python-pypi/numpy/FINAL b/python-pypi/numpy/FINAL
deleted file mode 100755
index d9a8a57..0000000
--- a/python-pypi/numpy/FINAL
+++ /dev/null
@@ -1,10 +0,0 @@
-message "${MESSAGE_COLOR}\n" \
- "INFO: The previous version of numpy used the Numeric source
code.\n" \
- "Numeric was the first arrayobject built for Python. It has been\n" \
- "quite successful and is used in a wide variety of settings and\n" \
- "applications. Development for Numeric has ceased, and users
should\n" \
- "transisition to NumPy as quickly as possible. There is a module\n" \
- "called convertcode.py in NumPy that can make the transition to\n" \
- "NumPy easier (it will automatically perform the
search-and-replace\n" \
- "style changes that need to be made to python code that uses\n" \
- "Numeric to make it work with NumPy).${DEFAULT_COLOR}"
diff --git a/python-pypi/numpy/HISTORY b/python-pypi/numpy/HISTORY
index d0b1916..ec5446a 100644
--- a/python-pypi/numpy/HISTORY
+++ b/python-pypi/numpy/HISTORY
@@ -1,3 +1,7 @@
+2018-06-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: verison 1.14.4
+ * FINAL: removed
+
2018-05-04 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: verison 1.14.3