adafruit-circuitpython-sgp30 3.0.8__py3-none-any.whl → 3.0.11__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: adafruit-circuitpython-sgp30
3
- Version: 3.0.8
3
+ Version: 3.0.11
4
4
  Summary: CircuitPython library for Sensirion SGP30 gas sensor with eCO2 and TVOC.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ adafruit_sgp30.py,sha256=cQMTAgDDChy8-o9M03248cv2rzbe7-XudWrCFyCcIDE,8293
2
+ adafruit_circuitpython_sgp30-3.0.11.dist-info/LICENSE,sha256=jHH4VuflQ8g0RJpWkpZJgfI830IpQ1JmnLUAeRPpO-w,1098
3
+ adafruit_circuitpython_sgp30-3.0.11.dist-info/METADATA,sha256=pNaDxjJNdlSV9TZwm7h5n4E9cgMOMt2lqKo5eMz0wYc,4235
4
+ adafruit_circuitpython_sgp30-3.0.11.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ adafruit_circuitpython_sgp30-3.0.11.dist-info/top_level.txt,sha256=QugA50JTkOVbLhQZObWO7qRzQ4RtslMJo-toGgvEyvw,15
6
+ adafruit_circuitpython_sgp30-3.0.11.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
adafruit_sgp30.py CHANGED
@@ -35,7 +35,7 @@ try:
35
35
  except ImportError:
36
36
  pass
37
37
 
38
- __version__ = "3.0.8"
38
+ __version__ = "3.0.11"
39
39
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SGP30.git"
40
40
 
41
41
 
@@ -1,6 +0,0 @@
1
- adafruit_sgp30.py,sha256=TkrO_bdrQspXu-EYamIbpF9YTV7LDhUFW1GuQVncmjE,8292
2
- adafruit_circuitpython_sgp30-3.0.8.dist-info/LICENSE,sha256=jHH4VuflQ8g0RJpWkpZJgfI830IpQ1JmnLUAeRPpO-w,1098
3
- adafruit_circuitpython_sgp30-3.0.8.dist-info/METADATA,sha256=qay1Zp4r98NU7z40cfsgVDlf4GK0crnKR0llaK7PygU,4234
4
- adafruit_circuitpython_sgp30-3.0.8.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
- adafruit_circuitpython_sgp30-3.0.8.dist-info/top_level.txt,sha256=QugA50JTkOVbLhQZObWO7qRzQ4RtslMJo-toGgvEyvw,15
6
- adafruit_circuitpython_sgp30-3.0.8.dist-info/RECORD,,