Skip to content

Commit fdefda8

Browse files
author
Alec Delaney
committed
Update version string
1 parent 5e6cedb commit fdefda8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_azureiot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from .iotcentral_device import IoTCentralDevice
3737
from .iothub_device import IoTHubDevice
3838

39-
__version__ = "0.0.0-auto.0"
39+
__version__ = "0.0.0+auto.0"
4040
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_AzureIoT.git"
4141

4242
__all__ = ["IoTHubDevice", "IoTCentralDevice", "IoTResponse", "IoTError"]

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-azureiot"
1414
description = "Access to Microsoft Azure IoT from CircuitPython"
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)