From e8411c97212560d128ef8b936bedb06fd81b1bcd Mon Sep 17 00:00:00 2001 From: "Saullo G. P. Castro" Date: Thu, 29 Feb 2024 01:28:28 +0100 Subject: [PATCH] REL: Version 0.6.1 --- 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 60a6844..eb62048 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.0 +version: 0.6.1 doi: 10.5281/zenodo.2871782 diff --git a/README.md b/README.md index 3aa7482..19dc8d0 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.0) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 +0.6.1) [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.0) [Computer software]. 2024}} + title = {{Methods to calculate composite plate properties (Version 0.6.1) [Computer software]. 2024}} } Documentation diff --git a/doc/source/index.rst b/doc/source/index.rst index 9a55881..7c329fa 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.0) [Computer software]. 2024. https://doi.org/10.5281/zenodo.2871782 +0.6.1) [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.0) [Computer software]. 2024}} + title = {{Methods to calculate composite plate properties (Version 0.6.1) [Computer software]. 2024}} } diff --git a/setup.py b/setup.py index d257a46..3bfb83d 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def read(fname): """ is_released = True -version = '0.6.0' +version = '0.6.1' fullversion = write_version_py(version, is_released)