From 233f6ba15bacc41f9bb5e9d0928fe191ace774bd Mon Sep 17 00:00:00 2001 From: dboe <dboe@ipp.mpg.de> Date: Fri, 8 May 2020 06:54:13 +0200 Subject: [PATCH] new version 0.2.1 --- tfields/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tfields/__about__.py b/tfields/__about__.py index f342ed1..ab4f3c8 100644 --- a/tfields/__about__.py +++ b/tfields/__about__.py @@ -17,7 +17,7 @@ __all__ = [ "__classifiers__", ] -__version__ = '0.2.0' +__version__ = '0.2.1' # __title__ = os.path.basename(os.path.abspath('.')) # problematic __summary__ = "numpy + sympy implementation of tensor fields with attached coordinate systems" __keywords__ = "tensors coordinate system trafo sympy numpy" -- GitLab