Skip to content

Commit f65d8e4

Browse files
author
Alec Delaney
committed
Update version string
1 parent de03b93 commit f65d8e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_ahtx0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
from adafruit_bus_device.i2c_device import I2CDevice
4242
from micropython import const
4343

44-
__version__: str = "0.0.0-auto.0"
44+
__version__: str = "0.0.0+auto.0"
4545
__repo__: str = "https://github.com/adafruit/Adafruit_CircuitPython_AHTx0.git"
4646

4747
AHTX0_I2CADDR_DEFAULT: int = const(0x38) # Default I2C address

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 = "adafruit-circuitpython-ahtx0"
1414
description = "CircuitPython driver for the Adafruit AHT10 Humidity and 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)