Skip to content

Commit

Permalink
set version to 4.4.2 (#1803)
Browse files Browse the repository at this point in the history
  • Loading branch information
zariiii9003 committed Jun 23, 2024
1 parent 1c7f40b commit 478f8b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 4.4.1
Version 4.4.2
=============

Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import logging
from typing import Any, Dict

__version__ = "4.4.1"
__version__ = "4.4.2"
__all__ = [
"ASCReader",
"ASCWriter",
Expand Down

0 comments on commit 478f8b8

Please sign in to comment.