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 9c71a86 commit 69ff1ce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion adafruit_register/i2c_bcd_alarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Author(s): Scott Shawcroft
"""

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

import time
Expand Down
2 changes: 1 addition & 1 deletion adafruit_register/i2c_bcd_datetime.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Author(s): Scott Shawcroft
"""

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

import time
Expand Down
2 changes: 1 addition & 1 deletion adafruit_register/i2c_bit.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Author(s): Scott Shawcroft
"""

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_register/i2c_bits.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* Author(s): Scott Shawcroft
"""

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_register/i2c_struct.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import struct

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_register/i2c_struct_array.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import struct

__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Register.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-register"
description = "CircuitPython data descriptor classes to represent hardware registers on I2C and SPI devices."
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
Expand Down

0 comments on commit 69ff1ce

Please sign in to comment.