From af2147956da2cc5751a06c64bb2582914630df1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=B6ckenhoff?= <dboe@ipp.mpg.de> Date: Fri, 14 Jul 2023 11:00:38 +0200 Subject: [PATCH] release: v0.5.0 --- docs/cookiecutter_input.json | 2 +- pyproject.toml | 2 +- tfields/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cookiecutter_input.json b/docs/cookiecutter_input.json index c065a9d..0fc5a66 100644 --- a/docs/cookiecutter_input.json +++ b/docs/cookiecutter_input.json @@ -10,7 +10,7 @@ "email": "dboe@ipp.mpg.de", "keywords": "tensors, tensor-fields, graphs, mesh, numpy, math", "package_name": "tfields", - "package_version": "0.4.0", + "package_version": "0.5.0", "pypi_username": "dboe", "remote_namespace": "dboe", "remote_provider": "gitlab.mpcdf.mpg.de", diff --git a/pyproject.toml b/pyproject.toml index 8f2769c..e55f21c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tfields" -version = "0.4.0" +version = "0.5.0" description = "Tensors, tensor fields, graphs, mesh manipulation, CAD and more on the basis of numpy.ndarrays. All objects keep track of their coordinate system. Symbolic math operations work for object manipulation." authors = ["Daniel Böckenhoff <dboe@ipp.mpg.de>"] license = "MIT License" diff --git a/tfields/__init__.py b/tfields/__init__.py index 1c7841b..e3ad475 100644 --- a/tfields/__init__.py +++ b/tfields/__init__.py @@ -5,7 +5,7 @@ TODO: proper documentation, also in dough. __author__ = """Daniel Böckenhoff""" __email__ = "dboe@ipp.mpg.de" -__version__ = "0.4.0" +__version__ = "0.5.0" # methods: from tfields.core import dim, rank from tfields.mask import evalf -- GitLab