From 1f8f5986931e7d738d5006748a92e6c27e822043 Mon Sep 17 00:00:00 2001 From: Quintijn Hoogenboom Date: Thu, 2 May 2024 12:02:15 +0200 Subject: [PATCH] Dr16efforts, changing natlinkcore.toml (#76) * bump to (release) 5.3.12 * remove natlink from the dependencies of natlinkcore... update dtactions dependency --------- Co-authored-by: Doug Ransom --- pyproject.toml | 4 ++-- src/natlinkcore/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3d59cd2..61c2716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,10 +9,10 @@ dynamic = ["version", "description"] requires-python = ">=3.9" readme = "readme.md" dependencies= [ - "natlink>=5.3.4", +## "natlink>=5.3.4", "pysimplegui>=4.60.3", "pydebugstring >= 1.0.0.1", - "dtactions>=1.5.7", + "dtactions>=1.6.1", "platformdirs >= 4.2.0" ] classifiers=[ diff --git a/src/natlinkcore/__init__.py b/src/natlinkcore/__init__.py index 9cafd48..71f1259 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.11" +__version__="5.3.12" #pylint:disable= from pathlib import Path