From bc542eae930f4127e5b0e0fed81ce1f8aea35d6b Mon Sep 17 00:00:00 2001 From: Quintijn Hoogenboom Date: Fri, 15 Mar 2024 15:41:02 +0100 Subject: [PATCH] Update __init__.py to 4.1.4.5 trying an intermediate release --- src/unimacro/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unimacro/__init__.py b/src/unimacro/__init__.py index 43769f2..9da60fb 100644 --- a/src/unimacro/__init__.py +++ b/src/unimacro/__init__.py @@ -21,5 +21,5 @@ def control_logger_name() -> str : def logname() -> str: """ Returns the name of the unimacro logger.""" return "natlink.unimacro" -__version__ = '4.1.4.4' +__version__ = '4.1.4.5'