From 161dc7b5f556776225efed6a22c9b5cc284680f3 Mon Sep 17 00:00:00 2001 From: "Keaton J. Burns" Date: Mon, 8 Jan 2024 16:18:09 -0500 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 452481d6..48338b52 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__ = "3.0.0" +__version__ = "3.0.1" # Import custom logging to setup rootlogger from .tools import logging as _logging_setup