Skip to content

Commit ea268b2

Browse files
committed
update version
1 parent 9e66395 commit ea268b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

aaronwmorris_mlx90615.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
# imports
3838

39-
__version__ = "0.0.0+auto.0"
39+
__version__ = "0.0.1+auto.0"
4040
__repo__ = "https://github.com/aaronwmorris/CircuitPython_mlx90615.git"
4141

4242
# Internal constants:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "circuitpython-mlx90615"
1414
description = "CircuitPython module for the Melexis MLX90615 Contact-less InfraredTemperature sensor."
15-
version = "0.0.0+auto.0"
15+
version = "0.0.1+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Aaron W Morris", email = "aaron@aarmor.net"}

0 commit comments

Comments
 (0)