Bump version to 0.2.7

Fixes #45

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Justin Mitchell
2026-08-02 23:23:25 -04:00
co-authored by Claude Fable 5
parent 2bcb355d64
commit 460c530888
+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, 2, 6)
version = (0, 2, 7)
# Invalid USB vendor info to avoid USB scans matching.
VENDOR_ID = [0xFFFF]