We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ca2aad commit 4884545Copy full SHA for 4884545
1 file changed
can/__init__.py
@@ -8,7 +8,7 @@
8
import logging
9
from typing import Dict, Any
10
11
-__version__ = "4.1.0.dev0"
+__version__ = "4.1.0a0"
12
13
log = logging.getLogger("can")
14
0 commit comments