diff --git a/CITATION.cff b/CITATION.cff index 731e1e4..143b1ff 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.3) [Computer software]. https://doi.org/10.5281/zenodo.7254809" + (Version 0.5.0) [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.3 +version: 0.5.0 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 c5fe0b1..806b881 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ If you use this software, please cite it as below. 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.3) [Computer software]. +Python Eplet Load Calculator (PELC) package (Version 0.5.0) [Computer software]. https://doi.org/10.5281/zenodo.7254809 ``` @@ -187,7 +187,7 @@ https://doi.org/10.5281/zenodo.7254809 month = oct, year = 2022, publisher = {Zenodo}, - version = {0.4.3}, + version = {0.5.0}, doi = {10.5281/zenodo.7526198}, } ``` diff --git a/pyproject.toml b/pyproject.toml index d7b8af1..e682435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelc" -version = "0.4.3" +version = "0.5.0" description = "Python Eplet Load Calculator" authors = ["JasonMendoza2008 "] readme = "README.md" diff --git a/tests/test_pelc.py b/tests/test_pelc.py index 80c5b75..b0f1b9b 100644 --- a/tests/test_pelc.py +++ b/tests/test_pelc.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == '0.4.3' + assert __version__ == '0.5.0'