From 0ef22a695a2c869f140336dfcf46054d0e549fe2 Mon Sep 17 00:00:00 2001 From: Marcel Ochsendorf Date: Tue, 8 Oct 2024 10:02:33 +0200 Subject: [PATCH] v2.0.3 - added documentation --- src/MagneticReadoutProcessing/pyproject.toml | 2 +- src/MagneticReadoutProcessing/setup.cfg | 2 +- src/MagneticReadoutProcessing/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/MagneticReadoutProcessing/pyproject.toml b/src/MagneticReadoutProcessing/pyproject.toml index 712f194f..f569974b 100644 --- a/src/MagneticReadoutProcessing/pyproject.toml +++ b/src/MagneticReadoutProcessing/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" [project] name = "MagneticReadoutProcessing" -version = "2.0.2" +version = "2.0.3" description = "This library was created for the Low-Field MRI project and allows processing of data measured by magnetic field sensors. The focus is on visualization, followed by the provision of simple interfaces to work with this data. In general its possible to use this lib on all kinds of sensor data." license = {file = "LICENSE"} authors = [{name = "Marcel Ochsendorf", email = "info@marcelochsendorf.com"}] diff --git a/src/MagneticReadoutProcessing/setup.cfg b/src/MagneticReadoutProcessing/setup.cfg index 72fa9510..99dc23e1 100644 --- a/src/MagneticReadoutProcessing/setup.cfg +++ b/src/MagneticReadoutProcessing/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = MagneticReadoutProcessing -version = 2.0.2 +version = 2.0.3 author = Marcel Ochsendorf author_email = info@marcelochsendorf.com description = This library was created for the Low-Field MRI project and allows processing of data measured by magnetic field sensors. The focus is on visualization, followed by the provision of simple interfaces to work with this data. In general its possible to use this lib on all kinds of sensor data. diff --git a/src/MagneticReadoutProcessing/setup.py b/src/MagneticReadoutProcessing/setup.py index 83584296..da7a8107 100644 --- a/src/MagneticReadoutProcessing/setup.py +++ b/src/MagneticReadoutProcessing/setup.py @@ -10,7 +10,7 @@ install_requires = [str(requirement) for requirement in pkg_resources.parse_requirements(requirements_txt)] setup(name='MagneticReadoutProcessing', - version='2.0.2', + version='2.0.3', license='Apache 2', description='This library was created for the Low-Field MRI project and allows processing of data measured by magnetic field sensors. The focus is on visualization, followed by the provision of simple interfaces to work with this data. In general its possible to use this lib on all kinds of sensor data.', author='Marcel Ochsendorf',