Skip to content

Commit 9c29f47

Browse files
committed
added dot
1 parent 90fee2d commit 9c29f47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ADS1115/ADC.py

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

44
__all__ = ['ADS1115']
55

6-
from I2C import Adafruit_I2C
6+
from .I2C import Adafruit_I2C
77

88
# ===========================================================================
99
# ADS1115 Class

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from distutils.core import setup
1212

1313
setup(name='ADS1115',
14-
version='0.1.5',
14+
version='0.1.6',
1515
description='Python library for interacting with the ADS1115 Analog to Digital Converter.',
1616
url='http://github.com/dhhagan/Adafruit-Raspberry-Pi-Python-Code',
1717
author='David H Hagan',

0 commit comments

Comments
 (0)