From d57283b0c2ec6b2e2309a921ef86bf1c41052d77 Mon Sep 17 00:00:00 2001 From: blink1073 Date: Tue, 5 Dec 2023 17:07:24 +0000 Subject: [PATCH] Bump to 0.9.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 f627899..eed0787 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.8.0" +__version__ = "0.9.0.dev0"