From b73fd26c7f22a4ca5ece9235727f79d333190b08 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Thu, 4 Apr 2024 11:49:18 +0000 Subject: [PATCH] Bump to 0.11.0.dev0 --- pytest_jupyter/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_jupyter/_version.py b/pytest_jupyter/_version.py index 32bf14f..03d4dec 100644 --- a/pytest_jupyter/_version.py +++ b/pytest_jupyter/_version.py @@ -2,4 +2,4 @@ # Copyright (c) Jupyter Development Team. # Distributed under the terms of the Modified BSD License. -__version__ = "0.10.1" +__version__ = "0.11.0.dev0"