We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74240dc commit 4add38aCopy full SHA for 4add38a
1 file changed
pydsdl/__init__.py
@@ -7,7 +7,7 @@
7
import sys as _sys
8
from pathlib import Path as _Path
9
10
-__version__ = "1.24.3"
+__version__ = "1.25.0.rc0"
11
__version_info__ = tuple(map(int, __version__.split(".")[:3]))
12
__license__ = "MIT"
13
__author__ = "OpenCyphal"
0 commit comments