Skip to content

Commit 7d497b7

Browse files
committed
Add version placeholder to base class.
1 parent 3cb590a commit 7d497b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adafruit_ads1x15/adafruit_ads1x15.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
2828
* Author(s): Carter Nelson
2929
"""
30+
31+
__version__ = "0.0.0-auto.0"
32+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15.git"
33+
3034
import time
3135
from micropython import const
3236
from adafruit_bus_device.i2c_device import I2CDevice

0 commit comments

Comments
 (0)