Skip to content

Commit 69ff1ce

Browse files
author
Alec Delaney
committed
Update version string
1 parent 9c71a86 commit 69ff1ce

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

adafruit_register/i2c_bcd_alarm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Author(s): Scott Shawcroft
1313
"""
1414

15-
__version__ = "0.0.0-auto.0"
15+
__version__ = "0.0.0+auto.0"
1616
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.git"
1717

1818
import time

adafruit_register/i2c_bcd_datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Author(s): Scott Shawcroft
1313
"""
1414

15-
__version__ = "0.0.0-auto.0"
15+
__version__ = "0.0.0+auto.0"
1616
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.git"
1717

1818
import time

adafruit_register/i2c_bit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Author(s): Scott Shawcroft
1313
"""
1414

15-
__version__ = "0.0.0-auto.0"
15+
__version__ = "0.0.0+auto.0"
1616
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.git"
1717

1818

adafruit_register/i2c_bits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Author(s): Scott Shawcroft
1313
"""
1414

15-
__version__ = "0.0.0-auto.0"
15+
__version__ = "0.0.0+auto.0"
1616
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.git"
1717

1818

adafruit_register/i2c_struct.py

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

1515
import struct
1616

17-
__version__ = "0.0.0-auto.0"
17+
__version__ = "0.0.0+auto.0"
1818
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.git"
1919

2020

adafruit_register/i2c_struct_array.py

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

1515
import struct
1616

17-
__version__ = "0.0.0-auto.0"
17+
__version__ = "0.0.0+auto.0"
1818
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.git"
1919

2020

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-register"
1414
description = "CircuitPython data descriptor classes to represent hardware registers on I2C and SPI devices."
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)