diff --git a/dedalus/__init__.py b/dedalus/__init__.py index 79a70135..77292f2c 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.2207a1" +__version__ = "2.2207" # Import custom logging to setup rootlogger from .tools import logging as _logging_setup