Skip to content

Commit

Permalink
retry version to 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
quintijn committed Aug 10, 2024
1 parent 28b9aa0 commit b46490e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/unimacro/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import os
import sys

__version__ = '4.1.2' # requires the dtactions 1.5.5, with new sendkeys (from send_input, vocola)
__version__ = '4.1.6' # requires the dtactions 1.5.5, with new sendkeys (from send_input, vocola)
#they could be in a seperate .py file in unimacro to achieve the same (ie not in the control grammar).
#these will possilby be removed since we may not need them to enumerate the grammars and ask for log names.

Expand All @@ -21,5 +21,4 @@ def control_logger_name() -> str :
def logname() -> str:
""" Returns the name of the unimacro logger."""
return "natlink.unimacro"
__version__ = '4.1.5'

0 comments on commit b46490e

Please sign in to comment.