Skip to content

Commit 101555c

Browse files
itsthisjustinclaude
andcommitted
Bump driver version to 0.1.3
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f9e1551 commit 101555c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crosspoint_reader/driver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class CrossPointDevice(DeviceConfig, DevicePlugin):
2121
description = 'CrossPoint Reader wireless device'
2222
supported_platforms = ['windows', 'osx', 'linux']
2323
author = 'CrossPoint Reader'
24-
version = (0, 1, 2)
24+
version = (0, 1, 3)
2525

2626
# Invalid USB vendor info to avoid USB scans matching.
2727
VENDOR_ID = [0xFFFF]

0 commit comments

Comments
 (0)