Bump driver version to 0.1.3

This commit is contained in:
Justin Mitchell
2026-04-09 13:30:48 -04:00
parent f9e1551ae8
commit 4cf2f3cd4f
+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]