diff --git a/CITATION.cff b/CITATION.cff index 85c41ac..03fb9f1 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.5 +version: 0.7.0 doi: 10.5281/zenodo.2871782 diff --git a/README.md b/README.md index fd8839b..3a6ceb4 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.5) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 +0.7.0) [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.5) [Computer software]. 2024}} + title = {{Methods to calculate composite plate properties (Version 0.7.0) [Computer software]. 2024}} } Documentation @@ -59,6 +59,7 @@ History 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 +- version 0.7.0 onwards: added Kassapoglou's module License diff --git a/setup.py b/setup.py index b19307b..6bc5e5e 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def read(fname): """ is_released = True -version = '0.6.5' +version = '0.7.0' fullversion = write_version_py(version, is_released)