Skip to content

Commit 1b77b77

Browse files
author
Alec Delaney
committed
Update version string
1 parent 5f6ac40 commit 1b77b77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_bus_device/i2c_device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
pass
2121

2222

23-
__version__ = "0.0.0-auto.0"
23+
__version__ = "0.0.0+auto.0"
2424
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git"
2525

2626

adafruit_bus_device/spi_device.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
pass
2323

2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BusDevice.git"
2727

2828

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-busdevice"
1414
description = "CircuitPython bus device classes to manage bus sharing."
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)