From 28a75ef3660b8bc079d7552ebf53b2f232496561 Mon Sep 17 00:00:00 2001 From: detlefarend Date: Sun, 12 May 2024 11:44:20 +0200 Subject: [PATCH] Release v1.4.4 #977 --- CITATION.cff | 14 ++++++++------ doc/rtd/conf.py | 2 +- setup.cfg | 2 +- src/conda/meta.yaml | 2 +- src/setup.py | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4ce231ecc..2c2505ff5 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,20 +1,22 @@ -cff-version: 1.2.0 +cff-version: 1.1.0 message: "If you use this software, please cite it as below." authors: - family-names: "Arend" given-names: "Detlef" - orcid: "https://orcid.org/0000-0000-0000-0000" + orcid: "https://orcid.org/0000-0002-8315-2346" - family-names: "Yuwono" given-names: "Steve" orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "Diprasetya" given-names: "Mochammad Rizky" orcid: "https://orcid.org/0000-0000-0000-0000" +- family-names: "Baheti" + given-names: "Laxmikant Shrikant" + orcid: "https://orcid.org/0000-0000-0000-0000" - family-names: "Schwung" given-names: "Andreas" orcid: "https://orcid.org/0000-0000-0000-0000" title: "MLPro — An integrative middleware framework for standardized machine learning tasks in Python" -version: 1.0.0 -doi: 10.5281/zenodo.1234 -date-released: 2021-10-30 -url: "https://github.com/fhswf/MLPro" +version: v1.4.4 +date-released: 2024-05-12 +url: "https://mlpro.readthedocs.io" diff --git a/doc/rtd/conf.py b/doc/rtd/conf.py index 112ff5acd..31e975246 100644 --- a/doc/rtd/conf.py +++ b/doc/rtd/conf.py @@ -23,7 +23,7 @@ author = "Detlef Arend, Steve Yuwono, Laxmikant Shrikant Baheti et al" # The full version, including alpha/beta/rc tags -release = "1.4.3" +release = "1.4.4" # -- General configuration --------------------------------------------------- diff --git a/setup.cfg b/setup.cfg index 72a5bdf52..dfcf362f1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mlpro -version = 1.4.3 +version = 1.4.4 author = MLPro Team author_email = mlpro@listen.fh-swf.de description = MLPro - The Integrative Middleware Framework for Standardized Machine Learning diff --git a/src/conda/meta.yaml b/src/conda/meta.yaml index 84b5992e2..0b1d02a51 100644 --- a/src/conda/meta.yaml +++ b/src/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mlpro" %} -{% set version = "1.4.3" %} +{% set version = "1.4.4" %} package: name: "{{ name|lower }}" diff --git a/src/setup.py b/src/setup.py index c9cd0866b..73b021ad8 100644 --- a/src/setup.py +++ b/src/setup.py @@ -2,7 +2,7 @@ setup(name='mlpro', -version='1.4.3', +version='1.4.4', description='MLPro - The Integrative Middleware Framework for Standardized Machine Learning', author='MLPro Team', author_mail='mlpro@listen.fh-swf.de',