]> Repositories - Adafruit_Blinka-hackapet.git/blob - src/__version__.py
Add a lock for thread safety when the I2C class is used in a with statement
[Adafruit_Blinka-hackapet.git] / src / __version__.py
1 VERSION = (1, 0, 0)
2
3 __version__ = '.'.join(map(str, VERSION))