From 1c7f40bd7b432b763e78cb8bd433fc95f5621e83 Mon Sep 17 00:00:00 2001 From: zariiii9003 <52598363+zariiii9003@users.noreply.github.com> Date: Sun, 23 Jun 2024 14:23:06 +0200 Subject: [PATCH] bump version to 4.4.1 --- can/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/can/__init__.py b/can/__init__.py index d0c19f89b..4499edfcc 100644 --- a/can/__init__.py +++ b/can/__init__.py @@ -8,7 +8,7 @@ import logging from typing import Any, Dict -__version__ = "4.4.0" +__version__ = "4.4.1" __all__ = [ "ASCReader", "ASCWriter",