From 5e9cc3a807377f3355b2e44dcdaaba8a1fc09ccb Mon Sep 17 00:00:00 2001 From: Fabian Joswig Date: Thu, 13 Oct 2022 12:39:21 +0100 Subject: [PATCH] build: version number bumped to 2.4.0+dev --- pyerrors/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/version.py b/pyerrors/version.py index 55e47090..fc1038a9 100644 --- a/pyerrors/version.py +++ b/pyerrors/version.py @@ -1 +1 @@ -__version__ = "2.3.0" +__version__ = "2.4.0+dev"