From a96c434a62bfaa85095a99cda8a8ea4ff9495ff6 Mon Sep 17 00:00:00 2001 From: Doug Ransom Date: Sun, 8 Oct 2023 11:21:25 -0700 Subject: [PATCH] bump version --- src/natlinkcore/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/natlinkcore/__init__.py b/src/natlinkcore/__init__.py index cb37768..3b396de 100644 --- a/src/natlinkcore/__init__.py +++ b/src/natlinkcore/__init__.py @@ -1,6 +1,6 @@ '''Python portion of Natlink, a compatibility module for Dragon Naturally Speaking The python stuff including test modules''' -__version__="5.3.6" +__version__="5.3.7" #pylint:disable= from pathlib import Path