From a72c755ec358ee2386de2a64e9a5d6b64cf337ad Mon Sep 17 00:00:00 2001 From: Michael Ferguson Date: Mon, 8 Apr 2024 13:26:52 -0400 Subject: [PATCH] Bump version number for next release --- Signed-off-by: Michael Ferguson --- sphinxcontrib/chapeldomain/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinxcontrib/chapeldomain/__init__.py b/sphinxcontrib/chapeldomain/__init__.py index d02a1f8..e99c46e 100644 --- a/sphinxcontrib/chapeldomain/__init__.py +++ b/sphinxcontrib/chapeldomain/__init__.py @@ -35,7 +35,7 @@ from sphinxcontrib.chapeldomain.chapel import ChapelLexer -VERSION = '0.0.32' +VERSION = '0.0.33' # regex for parsing proc, iter, class, record, etc.