File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 28
28
29
29
from adafruit_display_shapes .roundrect import RoundRect
30
30
31
- __version__ = "0.0.0- auto.0"
31
+ __version__ = "0.0.0+ auto.0"
32
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
33
33
34
34
Original file line number Diff line number Diff line change 28
28
29
29
from adafruit_display_shapes .polygon import Polygon
30
30
31
- __version__ = "0.0.0- auto.0"
31
+ __version__ = "0.0.0+ auto.0"
32
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
33
33
34
34
Original file line number Diff line number Diff line change 28
28
29
29
import displayio
30
30
31
- __version__ = "0.0.0- auto.0"
31
+ __version__ = "0.0.0+ auto.0"
32
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
33
33
34
34
Original file line number Diff line number Diff line change 28
28
29
29
import displayio
30
30
31
- __version__ = "0.0.0- auto.0"
31
+ __version__ = "0.0.0+ auto.0"
32
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
33
33
34
34
Original file line number Diff line number Diff line change 18
18
19
19
import displayio
20
20
21
- __version__ = "0.0.0- auto.0"
21
+ __version__ = "0.0.0+ auto.0"
22
22
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
23
23
24
24
Original file line number Diff line number Diff line change 28
28
29
29
from adafruit_display_shapes .polygon import Polygon
30
30
31
- __version__ = "0.0.0- auto.0"
31
+ __version__ = "0.0.0+ auto.0"
32
32
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Display_Shapes.git"
33
33
34
34
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-display_shapes"
14
14
description = " Various common shapes for use with displayio"
15
- version = " 0.0.0- auto.0"
15
+ version = " 0.0.0+ auto.0"
16
16
readme = " README.rst"
17
17
authors = [
18
18
{
name =
" Adafruit Industries" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments