From 251397640cb213b4c9084d5de31a6ae8195937ff Mon Sep 17 00:00:00 2001 From: "Saullo G. P. Castro" Date: Thu, 29 Feb 2024 08:47:01 +0100 Subject: [PATCH] REL: Version 0.6.2 --- CITATION.cff | 2 +- README.md | 4 ++-- doc/source/index.rst | 4 ++-- setup.py | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index eb62048..d527729 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.1 +version: 0.6.2 doi: 10.5281/zenodo.2871782 diff --git a/README.md b/README.md index 19dc8d0..41b2c75 100644 --- a/README.md +++ b/README.md @@ -30,14 +30,14 @@ Citing this repository ---------------------- Castro, S. G. P. Methods to calculate composite plate properties (Version -0.6.1) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 +0.6.2) [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.1) [Computer software]. 2024}} + title = {{Methods to calculate composite plate properties (Version 0.6.2) [Computer software]. 2024}} } Documentation diff --git a/doc/source/index.rst b/doc/source/index.rst index 7c329fa..8bf9e3d 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.1) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 +0.6.2) [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.1) [Computer software]. 2024}} + title = {{Methods to calculate composite plate properties (Version 0.6.2) [Computer software]. 2024}} } diff --git a/setup.py b/setup.py index 3bfb83d..d7edcac 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def read(fname): """ is_released = True -version = '0.6.1' +version = '0.6.2' fullversion = write_version_py(version, is_released)