Skip to content

Commit a9bdb62

Browse files
committed
Adding repo info to .py file
1 parent 0feedd0 commit a9bdb62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_dht.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
" Note that CircuitPython does not support pulseio on all boards.")
3838
raise excpt
3939

40+
__version__ = "0.0.0-auto.0"
41+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DHT.git"
42+
4043
class DHTBase:
4144
""" base support for DHT11 and DHT22 devices
4245
"""

0 commit comments

Comments
 (0)