Skip to content

Commit 3e9d398

Browse files
committed
Bump to beta version 0.1.21b3
1 parent c1f688a commit 3e9d398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tesla_dashcam/tesla_dashcam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# different ones to be created based on where it should go to (stdout,
4040
# log file, ...).
4141

42-
VERSION = {"major": 0, "minor": 1, "patch": 21, "beta": 2}
42+
VERSION = {"major": 0, "minor": 1, "patch": 21, "beta": 3}
4343
VERSION_STR = f"v{VERSION['major']}.{VERSION['minor']}.{VERSION['patch']}"
4444

4545
if VERSION["beta"] > -1:

0 commit comments

Comments
 (0)