From 7d172c7001b8a473925bf525769d8509281a80fa Mon Sep 17 00:00:00 2001 From: "Keaton J. Burns" Date: Tue, 26 Jul 2022 10:25:33 -0400 Subject: [PATCH] Version bump --- dedalus/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dedalus/__init__.py b/dedalus/__init__.py index c70a836a..79a70135 100644 --- a/dedalus/__init__.py +++ b/dedalus/__init__.py @@ -5,7 +5,7 @@ # have been included in the file 'LICENSE.txt', and is also available # online at . -__version__ = "2.2205" +__version__ = "2.2207a1" # Import custom logging to setup rootlogger from .tools import logging as _logging_setup