Skip to content

Commit 478f8b8

Browse files
authored
set version to 4.4.2 (#1803)
1 parent 1c7f40b commit 478f8b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 4.4.1
1+
Version 4.4.2
22
=============
33

44
Bug Fixes

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import logging
99
from typing import Any, Dict
1010

11-
__version__ = "4.4.1"
11+
__version__ = "4.4.2"
1212
__all__ = [
1313
"ASCReader",
1414
"ASCWriter",

0 commit comments

Comments
 (0)