From c39894978f7f3207afbc88ef02abb04f424b8a43 Mon Sep 17 00:00:00 2001 From: JasonMendoza2008 Date: Wed, 25 Jan 2023 15:50:48 +0100 Subject: [PATCH] v0.4.1 -> v0.4.2 --- CITATION.cff | 4 ++-- README.md | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index b218fba..bb2a72b 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,7 +1,7 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below. Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022). Python Eplet Load Calculator (PELC) package - (Version 0.4.1) [Computer software]. https://doi.org/10.5281/zenodo.7254809" + (Version 0.4.2) [Computer software]. https://doi.org/10.5281/zenodo.7254809" authors: - family-names: Lhotte given-names: Romain @@ -16,7 +16,7 @@ authors: given-names: Jean-Luc orcid: https://orcid.org/0000-0002-5766-046X title: Python Eplet Load Calculator (PELC) package -version: 0.4.1 +version: 0.4.2 doi: doi.org/10.5281/zenodo.7254809 link: https://github.com/MICS-Lab/pecc date-released: 2022-10-26 diff --git a/README.md b/README.md index 10e125f..2420171 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ If you use this software, please cite it as below. - APA: ``` If you use this software, please cite it as below. Lhotte, R., Clichet, V., Usureau, C. & Taupin, J. (2022). -Python Eplet Load Calculator (PELC) package (Version 0.4.1) [Computer software]. https://doi.org/10.5281/zenodo.7254809 +Python Eplet Load Calculator (PELC) package (Version 0.4.2) [Computer software]. https://doi.org/10.5281/zenodo.7254809 ``` - BibTeX: @@ -161,7 +161,7 @@ Python Eplet Load Calculator (PELC) package (Version 0.4.1) [Computer software]. month = oct, year = 2022, publisher = {Zenodo}, - version = {0.4.1}, + version = {0.4.2}, doi = {10.5281/zenodo.7526198}, } ``` diff --git a/pyproject.toml b/pyproject.toml index adbd64a..80cad69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelc" -version = "0.4.1" +version = "0.4.2" description = "Python Eplet Load Calculator" authors = ["JasonMendoza2008 "] readme = "README.md"