Skip to content

Commit 944e574

Browse files
author
Alec Delaney
committed
Update version string
1 parent 0873f5f commit 944e574

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_ble_berrymed_pulse_oximeter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
from .adafruit_ble_transparent_uart import TransparentUARTService
4545

46-
__version__ = "0.0.0-auto.0"
46+
__version__ = "0.0.0+auto.0"
4747
__repo__ = (
4848
"https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter.git"
4949
)

adafruit_ble_berrymed_pulse_oximeter/adafruit_ble_transparent_uart.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
pass
2222
from circuitpython_typing import ReadableBuffer, WriteableBuffer
2323

24-
__version__ = "0.0.0-auto.0"
24+
__version__ = "0.0.0+auto.0"
2525
__repo__ = (
2626
"https://github.com/adafruit/Adafruit_CircuitPython_BLE_Contec_Pulse_Oximeter.git"
2727
)

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-ble-berrymed-pulse-oximeter"
1414
description = "BLE Support for BerryMed Pulse Oximeter Service"
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)