diff --git a/CITATION.cff b/CITATION.cff index 0c6fe2a..8fab448 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,5 +5,5 @@ authors: given-names: "Saullo G. P." orcid: "https://orcid.org/0000-0001-9711-0991" title: "Methods to calculate composite plate properties" -version: 0.5.12 +version: 0.5.13 doi: 10.5281/zenodo.2871782 diff --git a/README.md b/README.md index 73c03e5..d0c20c7 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ Citing this repository ---------------------- Castro, S. G. P. Methods to calculate composite plate properties (Version -0.5.12) [Computer software]. 2022. https://doi.org/10.5281/zenodo.2871782 +0.5.13) [Computer software]. 2022. https://doi.org/10.5281/zenodo.2871782 Bibtex : @misc{composites2022, author = {Castro, Saullo G. P.}, doi = {10.5281/zenodo.2871782}, - title = {{Methods to calculate composite plate properties (Version 0.5.12) [Computer software]. 2022}} + title = {{Methods to calculate composite plate properties (Version 0.5.13) [Computer software]. 2022}} } Documentation diff --git a/setup.py b/setup.py index a5511d5..8ed8663 100644 --- a/setup.py +++ b/setup.py @@ -84,7 +84,7 @@ def read(fname): """ is_released = True -version = '0.5.12' +version = '0.5.13' fullversion = write_version_py(version, is_released)