From cafd9febc2fda883825976e119edcf809934da9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Mon, 22 Nov 2021 16:47:02 +0100 Subject: [PATCH] Update version number --- CITATION.cff | 2 +- odte/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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"