Skip to content

Commit 3b614ed

Browse files
author
Alec Delaney
committed
Update version string
1 parent bcd9e5c commit 3b614ed

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

adafruit_display_shapes/circle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from adafruit_display_shapes.roundrect import RoundRect
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
3333

3434

adafruit_display_shapes/line.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from adafruit_display_shapes.polygon import Polygon
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
3333

3434

adafruit_display_shapes/polygon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import displayio
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
3333

3434

adafruit_display_shapes/rect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
import displayio
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
3333

3434

adafruit_display_shapes/roundrect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
import displayio
2020

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

2424

adafruit_display_shapes/triangle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
from adafruit_display_shapes.polygon import Polygon
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
3333

3434

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-display_shapes"
1414
description = "Various common shapes for use with displayio"
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)