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 3131import math
3232import displayio
3333
34- __version__ = "0.0.0- auto.0"
34+ __version__ = "0.0.0+ auto.0"
3535__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
3636
3737
Original file line number Diff line number Diff line change 3232
3333import displayio
3434
35- __version__ = "0.0.0- auto.0"
35+ __version__ = "0.0.0+ auto.0"
3636__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
3737
3838
Original file line number Diff line number Diff line change 2121
2222"""
2323
24- __version__ = "0.0.0- auto.0"
24+ __version__ = "0.0.0+ auto.0"
2525__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
2626
2727# pylint: disable=unsubscriptable-object, unnecessary-pass
Original file line number Diff line number Diff line change 4545from adafruit_displayio_layout .widgets .easing import back_easeinout as easing
4646
4747
48- __version__ = "0.0.0- auto.0"
48+ __version__ = "0.0.0+ auto.0"
4949__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
5050
5151
Original file line number Diff line number Diff line change 2424
2525import displayio
2626
27- __version__ = "0.0.0- auto.0"
27+ __version__ = "0.0.0+ auto.0"
2828__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_Layout.git"
2929
3030# pylint: disable=too-many-arguments
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
1212[project ]
1313name = " adafruit-circuitpython-displayio-layout"
1414description = " CircuitPython helper library for displayio layouts and widgets."
15- version = " 0.0.0- auto.0"
15+ version = " 0.0.0+ auto.0"
1616readme = " README.rst"
1717authors = [
1818 {
name =
" Adafruit Industries" ,
email =
" [email protected] " }
You can’t perform that action at this time.
0 commit comments