Skip to content

Commit ff09cb3

Browse files
committed
release: v2.0.0a2
1 parent ef9d95d commit ff09cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/w1thermsensor/__init__.py

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

1111
__description__ = "A Python package and CLI tool to work with w1 temperature sensors like DS1822, DS18S20 & DS18B20 on the Raspberry Pi, Beagle Bone and other devices." # noqa
1212
__license__ = "MIT"
13-
__version__ = "2.0.0a1"
13+
__version__ = "2.0.0a2"
1414
__author__ = "Timo Furrer"
1515
__author_email__ = "[email protected]"
1616
__url__ = "http://github.com/timofurrer/w1thermsensor"

0 commit comments

Comments
 (0)