Skip to content

Commit 710f8a5

Browse files
author
Alec Delaney
committed
Update version string
1 parent 027f38e commit 710f8a5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adafruit_max7219/bcddigits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
except ImportError:
1818
pass
1919

20-
__version__ = "0.0.0-auto.0"
20+
__version__ = "0.0.0+auto.0"
2121
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX7219.git"
2222

2323
_DECODEMODE = const(9)

adafruit_max7219/matrices.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
except ImportError:
2020
pass
2121

22-
__version__ = "0.0.0-auto.0"
22+
__version__ = "0.0.0+auto.0"
2323
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX7219.git"
2424

2525
_DECODEMODE = const(9)

adafruit_max7219/max7219.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
except ImportError:
5353
pass
5454

55-
__version__ = "0.0.0-auto.0"
55+
__version__ = "0.0.0+auto.0"
5656
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MAX7219.git"
5757

5858
# register definitions

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-max7219"
1414
description = "CircuitPython library for MAX7219 LED matrix driver."
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)