Skip to content

Commit 4add38a

Browse files
bump version
1 parent 74240dc commit 4add38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pydsdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys as _sys
88
from pathlib import Path as _Path
99

10-
__version__ = "1.24.3"
10+
__version__ = "1.25.0.rc0"
1111
__version_info__ = tuple(map(int, __version__.split(".")[:3]))
1212
__license__ = "MIT"
1313
__author__ = "OpenCyphal"

0 commit comments

Comments
 (0)