We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f781152 commit 2b69230Copy full SHA for 2b69230
adafruit_pct2075.py
@@ -43,7 +43,7 @@
43
except ImportError:
44
pass
45
46
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
47
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PCT2075.git"
48
# pylint: disable=too-few-public-methods
49
PCT2075_DEFAULT_ADDRESS = 0x37 # Address is configured with pins A0-A2
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-pct2075"
14
description = "CircuitPython library for the NXP PCT2075 Digital Temperature 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