diff --git a/CITATION.cff b/CITATION.cff index 79e73ed..e823b89 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -5,7 +5,7 @@ authors: given-names: "Ricardo" orcid: "https://orcid.org/0000-0003-3242-5452" title: "Odte" -version: 0.3.0 +version: 0.3.1 doi: 10.5281/zenodo.5504083 date-released: 2021-11-02 url: "https://github.com/Doctorado-ML/odte" diff --git a/odte/__init__.py b/odte/__init__.py index 1389a2c..c3c684d 100644 --- a/odte/__init__.py +++ b/odte/__init__.py @@ -1,8 +1,8 @@ from .Odte import Odte -__version__ = "0.3.0" +__version__ = "0.3.1" -__author__ = "Ricardo Montañana Gómez" +__author__ = "Rica.rdo Montañana Gómez" __copyright__ = "Copyright 2020-2021, Ricardo Montañana Gómez" __license__ = "MIT License" __author_email__ = "ricardo.montanana@alu.uclm.es"