diff --git a/tfields/__about__.py b/tfields/__about__.py index f342ed14ac4d94944a5f8f40414db73966ba845e..ab4f3c875dbe8233ef4e1e8583db868502bf7436 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"