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 bba3a1b commit 8ab8fb0Copy full SHA for 8ab8fb0
adafruit_mcp9600.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_MCP9600.git"
47
48
_DEFAULT_ADDRESS = const(0x67)
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-mcp9600"
14
description = "CircuitPython library for the Adafruit MCP9600 breakout"
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