From b132283d32af0f613a968dbc219d13308e5087f1 Mon Sep 17 00:00:00 2001 From: RRosio Date: Wed, 3 Aug 2022 09:37:11 -0700 Subject: [PATCH] Back to dev version --- notebook/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/_version.py b/notebook/_version.py index 735c7093e..ca5aac3cb 100644 --- a/notebook/_version.py +++ b/notebook/_version.py @@ -5,7 +5,7 @@ store the current version info of the notebook. import re # Next beta (b)/ alpha (a)/ release candidate (rc) release: The version number for alpha is X.Y.ZaN -__version__ = '5.7.14a0' +__version__ = '5.7.14a0.dev' # Build up version_info tuple for backwards compatibility pattern = r'(?P\d+).(?P\d+).(?P\d+)(?P.*)'