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 8a351d8 commit 0401378Copy full SHA for 0401378
adafruit_mlx90614.py
@@ -44,7 +44,7 @@
44
45
# imports
46
47
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
48
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_mlx90614.git"
49
50
# Internal constants:
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-mlx90614"
14
description = "CircuitPython module for the Melexis MLX90614 Contact-less InfraredTemperature 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