We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e66395 commit ea268b2Copy full SHA for ea268b2
2 files changed
aaronwmorris_mlx90615.py
@@ -36,7 +36,7 @@
36
37
# imports
38
39
-__version__ = "0.0.0+auto.0"
+__version__ = "0.0.1+auto.0"
40
__repo__ = "https://github.com/aaronwmorris/CircuitPython_mlx90615.git"
41
42
# Internal constants:
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "circuitpython-mlx90615"
14
description = "CircuitPython module for the Melexis MLX90615 Contact-less InfraredTemperature sensor."
15
-version = "0.0.0+auto.0"
+version = "0.0.1+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Aaron W Morris", email = "aaron@aarmor.net"}
0 commit comments