From f2a45b1afb23a55bd4aa23f629ccf604ef3f07bd Mon Sep 17 00:00:00 2001 From: Francesco Di Natale Date: Sun, 17 May 2020 15:46:23 -0700 Subject: [PATCH] Official start to 1.1.8dev0. --- maestrowf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maestrowf/__init__.py b/maestrowf/__init__.py index 9a53f8681..e7ad197ed 100644 --- a/maestrowf/__init__.py +++ b/maestrowf/__init__.py @@ -51,5 +51,5 @@ def emit(self, record): LOGGER = logging.getLogger(__name__) LOGGER.addHandler(NullHandler()) -__version_info__ = ("1", "1", "7") +__version_info__ = ("1", "1", "8dev0") __version__ = '.'.join(__version_info__)