From a2f1c1f7058ea9a0b3ee2d1945b7089d6e5937c3 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Fri, 14 Apr 2023 17:43:46 -0500 Subject: [PATCH] chore: update version in primary init (#5495) --- ietf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/__init__.py b/ietf/__init__.py index 2338d0428..b0dad6c65 100644 --- a/ietf/__init__.py +++ b/ietf/__init__.py @@ -6,7 +6,7 @@ from . import checks # pyflakes:ignore # Version must stay in single quotes for automatic CI replace # Don't add patch number here: -__version__ = '8.0.0-dev' +__version__ = '10.0.0-dev' # Release hash must stay in single quotes for automatic CI replace __release_hash__ = ''