diff --git a/CITATION.cff b/CITATION.cff index 9e8f266..85c41ac 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.6.4 +version: 0.6.5 doi: 10.5281/zenodo.2871782 diff --git a/README.md b/README.md index 83a6d7c..fd8839b 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ Citing this repository ---------------------- Castro, S. G. P. Methods to calculate composite plate properties (Version -0.6.4) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 +0.6.5) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 Bibtex : @misc{composites2024, author = {Castro, Saullo G. P.}, doi = {10.5281/zenodo.2871782}, - title = {{Methods to calculate composite plate properties (Version 0.6.4) [Computer software]. 2024}} + title = {{Methods to calculate composite plate properties (Version 0.6.5) [Computer software]. 2024}} } Documentation @@ -58,7 +58,8 @@ History - version 0.5.4 onwards: verified lamination parameters, analytical gradients of Aij, Bij, Dij with respect to lamination parameters, supportting MAC-OS - version 0.5.17 onwards: installing with pip - +- version 0.6.0 onwards: cibuildwheel to distribute for Linux + License ------- diff --git a/doc/source/index.rst b/doc/source/index.rst index eda17e1..edf499b 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -25,14 +25,14 @@ Citing this library ------------------- Castro, S. G. P. Methods to calculate composite plate properties (Version -0.6.4) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 +0.6.5) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 Bibtex : @misc{composites2024, author = {Castro, Saullo G. P.}, doi = {10.5281/zenodo.2871782}, - title = {{Methods to calculate composite plate properties (Version 0.6.4) [Computer software]. 2024}} + title = {{Methods to calculate composite plate properties (Version 0.6.5) [Computer software]. 2024}} } diff --git a/setup.py b/setup.py index 41e30d7..b19307b 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def read(fname): """ is_released = True -version = '0.6.4' +version = '0.6.5' fullversion = write_version_py(version, is_released)