From adf25e5d8c29ed64c79b7d37e24834052b6b6b67 Mon Sep 17 00:00:00 2001 From: Otto Brinkhaus Date: Fri, 22 Sep 2023 11:44:23 +0200 Subject: [PATCH] fix: version bump 1.3.0 --- CITATION.cff | 2 +- RanDepict/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 58d1ac6..7c50513 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: "Kohulan" orcid: "https://orcid.org/0000-0003-1066-7792" title: "RanDepict" -version: 1.1.9 +version: 1.3.0 doi: 10.5281/zenodo.5205528 date-released: 2021-08-17 url: "https://github.com/OBrink/RanDepict" diff --git a/RanDepict/__init__.py b/RanDepict/__init__.py index cc4938a..de66bbd 100644 --- a/RanDepict/__init__.py +++ b/RanDepict/__init__.py @@ -21,7 +21,7 @@ """ -__version__ = "1.2.1" +__version__ = "1.3.0" __all__ = [ "RanDepict",