Skip to content

Commit 2b69230

Browse files
author
Alec Delaney
committed
Update version string
1 parent f781152 commit 2b69230

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_pct2075.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
except ImportError:
4444
pass
4545

46-
__version__ = "0.0.0-auto.0"
46+
__version__ = "0.0.0+auto.0"
4747
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PCT2075.git"
4848
# pylint: disable=too-few-public-methods
4949
PCT2075_DEFAULT_ADDRESS = 0x37 # Address is configured with pins A0-A2

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-pct2075"
1414
description = "CircuitPython library for the NXP PCT2075 Digital Temperature Sensor"
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)