Skip to content

Commit 5af150b

Browse files
committed
Fix library version typo in VL53L1X Input
1 parent c1d11cd commit 5af150b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Bugfixes
44

55
- Fix potential issues with MycodoRelease Class
6+
- Fix library version typo in VL53L1X Input
67

78

89
## 8.15.3 (2023-01-18)

mycodo/inputs/vl53l1x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
'dependencies_module': [
4343
('pip-pypi', 'smbus2', 'smbus2==0.4.1'),
44-
('pip-pypi', 'VL53L1X', 'vl53l1x==1.0.4')
44+
('pip-pypi', 'VL53L1X', 'vl53l1x==0.0.5')
4545
],
4646

4747
'interfaces': ['I2C'],

0 commit comments

Comments
 (0)