File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
adafruit_displayio_layout Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 31
31
import math
32
32
import displayio
33
33
34
- __version__ = "0.0.0- auto.0"
34
+ __version__ = "0.0.0+ auto.0"
35
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
36
36
37
37
Original file line number Diff line number Diff line change 32
32
33
33
import displayio
34
34
35
- __version__ = "0.0.0- auto.0"
35
+ __version__ = "0.0.0+ auto.0"
36
36
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
37
37
38
38
Original file line number Diff line number Diff line change 21
21
22
22
"""
23
23
24
- __version__ = "0.0.0- auto.0"
24
+ __version__ = "0.0.0+ auto.0"
25
25
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
26
26
27
27
# pylint: disable=unsubscriptable-object, unnecessary-pass
Original file line number Diff line number Diff line change 45
45
from adafruit_displayio_layout .widgets .easing import back_easeinout as easing
46
46
47
47
48
- __version__ = "0.0.0- auto.0"
48
+ __version__ = "0.0.0+ auto.0"
49
49
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
50
50
51
51
Original file line number Diff line number Diff line change 24
24
25
25
import displayio
26
26
27
- __version__ = "0.0.0- auto.0"
27
+ __version__ = "0.0.0+ auto.0"
28
28
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
29
29
30
30
# pylint: disable=too-many-arguments
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-displayio-layout"
14
14
description = " CircuitPython helper library for displayio layouts and widgets."
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