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