Skip to content

Commit

Permalink
Bump the patch version number
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Aug 19, 2023
1 parent d774fbf commit 22777cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pydsdl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys as _sys
from pathlib import Path as _Path

__version__ = "1.20.0"
__version__ = "1.20.1"
__version_info__ = tuple(map(int, __version__.split(".")[:3]))
__license__ = "MIT"
__author__ = "OpenCyphal"
Expand Down

0 comments on commit 22777cd

Please sign in to comment.