diff --git a/tfields/__about__.py b/tfields/__about__.py
index 7c57b8a5cba6c9458654225e9c2e2f7be608c415..ed112ace3904aae3b15e75ed2982ae7c3928712b 100644
--- a/tfields/__about__.py
+++ b/tfields/__about__.py
@@ -17,7 +17,7 @@ __all__ = [
     "__classifiers__",
 ]
 
-__version__ = '0.1.3'
+__version__ = '0.1.4'
 __title__ = os.path.basename(os.path.abspath('.'))
 __summary__ = "numpy + sympy implementation of tensor fields with attached coordinate systems"
 __keywords__ = "tensors coordinate system trafo sympy numpy"