Skip to content

Commit fa50661

Browse files
authored
bump to 0.7.1_20240430
close #28 , close #26
1 parent e2f4393 commit fa50661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytes_serial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
dev_name = config.get('battery_info', 'dev_name')
2222
manufacturer = config.get('battery_info', 'manufacturer')
2323
model = config.get('battery_info', 'model')
24-
sw_ver = "PytesSerial v0.7.0_20240427"
24+
sw_ver = "PytesSerial v0.7.1_20240430"
2525
version = sw_ver
2626

2727
if reading_freq < 10 : reading_freq = 10

0 commit comments

Comments
 (0)