Skip to content

Commit c45ff0c

Browse files
author
Alec Delaney
committed
Update version string
1 parent d0b197b commit c45ff0c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adafruit_ble_eddystone/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from adafruit_ble.advertising.standard import ServiceList, ServiceData
1919
from adafruit_ble.uuid import StandardUUID
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git"
2323

2424

adafruit_ble_eddystone/uid.py

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

1414
from . import EddystoneAdvertisement, EddystoneFrameStruct, EddystoneFrameBytes
1515

16-
__version__ = "0.0.0-auto.0"
16+
__version__ = "0.0.0+auto.0"
1717
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git"
1818

1919

adafruit_ble_eddystone/url.py

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

1414
from . import EddystoneAdvertisement, EddystoneFrameStruct, EddystoneFrameBytes
1515

16-
__version__ = "0.0.0-auto.0"
16+
__version__ = "0.0.0+auto.0"
1717
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BLE_Eddystone.git"
1818

1919
# These prefixes are replaced with a single one-byte scheme number.

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-eddystone"
1414
description = "CircuitPython BLE library for Google's open 'physical web' Eddystone."
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)