Bump driver version to 0.1.3

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Justin Mitchell
2026-04-09 13:29:52 -04:00
co-authored by Claude Opus 4.6
parent f9e1551ae8
commit 101555cd0e
+1 -1
View File
@@ -21,7 +21,7 @@ class CrossPointDevice(DeviceConfig, DevicePlugin):
description = 'CrossPoint Reader wireless device'
supported_platforms = ['windows', 'osx', 'linux']
author = 'CrossPoint Reader'
version = (0, 1, 2)
version = (0, 1, 3)
# Invalid USB vendor info to avoid USB scans matching.
VENDOR_ID = [0xFFFF]