Skip to content

Commit 3694d37

Browse files
committed
Fix typo
1 parent 83f0736 commit 3694d37

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pslab/sciencelab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class ScienceLab(SerialHandler):
2929
multimeter : pslab.Multimeter
3030
power_supply : pslab.PowerSupply
3131
i2c : pslab.I2CMaster
32-
nrf : pslab.NRF24L01
32+
nrf : pslab.peripherals.NRF24L01
3333
"""
3434

3535
def __init__(self):

setup.py

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

77
setuptools.setup(
88
name="pslab",
9-
version="2.0.0.rc2",
9+
version="2.0.0.rc3",
1010
description="Pocket Science Lab by FOSSASIA",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)