From bacad5bfbad4c59f7dc57f4fa15f1fdae7fcaa63 Mon Sep 17 00:00:00 2001 From: "Boeckenhoff, Daniel (dboe)" <daniel.boeckenhoff@ipp.mpg.de> Date: Wed, 3 Apr 2019 17:23:32 +0200 Subject: [PATCH] new __about__ --- tfields/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfields/__about__.py b/tfields/__about__.py index 7c57b8a..ed112ac 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" -- GitLab