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 74d2713 commit d69e78dCopy full SHA for d69e78d
adafruit_ccs811.py
@@ -42,7 +42,7 @@
42
except ImportError:
43
pass
44
45
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
46
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_CCS811.git"
47
48
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ccs811"
14
description = "CircuitPython library for CCS811 air quality sensor."
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