From 3c9c7fb2bfb527950df7a10eb056979ae6141764 Mon Sep 17 00:00:00 2001 From: "Keaton J. Burns" Date: Sun, 28 Jan 2024 14:18:52 -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 48338b52..558bf364 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.1" +__version__ = "3.0.2" # Import custom logging to setup rootlogger from .tools import logging as _logging_setup