From 04724a7fa828f2814e8646196e51bf990682f458 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Thu, 27 Apr 2023 16:34:38 +0100 Subject: [PATCH] Bump version to 2.4 --- docs/source/whats_new.rst | 4 ++-- pymaid/__init__.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/whats_new.rst b/docs/source/whats_new.rst index ba2e9d3..1746302 100644 --- a/docs/source/whats_new.rst +++ b/docs/source/whats_new.rst @@ -10,8 +10,8 @@ What's new? * - Version - Date - - * - Next - - In progress + * - 2.3.0 + - 27/05/23 - - :func:`pymaid.get_annotation_graph` deprecated in favour of the new :func:`pymaid.get_entity_graph`. * - 2.1.0 diff --git a/pymaid/__init__.py b/pymaid/__init__.py index 2d74330..6c52cda 100644 --- a/pymaid/__init__.py +++ b/pymaid/__init__.py @@ -1,5 +1,5 @@ -__version__ = "2.3.0" -__version_vector__ = (2, 3, 0) +__version__ = "2.4.0" +__version_vector__ = (2, 4, 0) from . import config