Skip to content

Commit

Permalink
Dr16efforts, changing natlinkcore.toml (#76)
Browse files Browse the repository at this point in the history
* bump to (release) 5.3.12

* remove natlink from the dependencies of natlinkcore... update dtactions dependency

---------

Co-authored-by: Doug Ransom <[email protected]>
  • Loading branch information
quintijn and dougransom authored May 2, 2024
1 parent 8bc9845 commit 1f8f598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down
2 changes: 1 addition & 1 deletion src/natlinkcore/__init__.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1f8f598

Please sign in to comment.