We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc5af5 commit 52cd88eCopy full SHA for 52cd88e
adafruit_sgp40/__init__.py
@@ -33,7 +33,7 @@
33
from struct import unpack_from
34
from adafruit_bus_device import i2c_device
35
36
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
37
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SGP40.git"
38
39
_WORD_LEN = 2
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-sgp40"
14
description = "CircuitPython library for the Adafruit SGP40 Air Quality Sensor / VOC Index Sensor Breakouts"
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments