Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Delaney committed Aug 16, 2022
1 parent 0873f5f commit 944e574
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adafruit_ble_berrymed_pulse_oximeter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

from .adafruit_ble_transparent_uart import TransparentUARTService

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = (
"https://github.com/adafruit/Adafruit_CircuitPython_BLE_BerryMed_Pulse_Oximeter.git"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
pass
from circuitpython_typing import ReadableBuffer, WriteableBuffer

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = (
"https://github.com/adafruit/Adafruit_CircuitPython_BLE_Contec_Pulse_Oximeter.git"
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-ble-berrymed-pulse-oximeter"
description = "BLE Support for BerryMed Pulse Oximeter Service"
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "[email protected]"}
Expand Down

0 comments on commit 944e574

Please sign in to comment.