File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1414from adafruit_rgb_display .rgb import DisplaySPI
1515
1616
17- __version__ = "0.0.0- auto.0"
17+ __version__ = "0.0.0+ auto.0"
1818__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
1919
2020_SWRESET = const (0x01 )
Original file line number Diff line number Diff line change 1313from micropython import const
1414from adafruit_rgb_display .rgb import DisplaySPI
1515
16- __version__ = "0.0.0- auto.0"
16+ __version__ = "0.0.0+ auto.0"
1717__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
1818
1919_SWRESET = const (0x01 )
Original file line number Diff line number Diff line change 1414
1515from adafruit_rgb_display .rgb import DisplaySPI
1616
17- __version__ = "0.0.0- auto.0"
17+ __version__ = "0.0.0+ auto.0"
1818__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
1919
2020
Original file line number Diff line number Diff line change 2121
2222from adafruit_bus_device import spi_device
2323
24- __version__ = "0.0.0- auto.0"
24+ __version__ = "0.0.0+ auto.0"
2525__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
2626
2727# This is the size of the buffer to be used for fill operations, in 16-bit
Original file line number Diff line number Diff line change 1414from micropython import const
1515from adafruit_rgb_display .rgb import DisplaySPI
1616
17- __version__ = "0.0.0- auto.0"
17+ __version__ = "0.0.0+ auto.0"
1818__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
1919
2020_SWRESET = const (0x01 )
Original file line number Diff line number Diff line change 1414from micropython import const
1515from adafruit_rgb_display .rgb import DisplaySPI
1616
17- __version__ = "0.0.0- auto.0"
17+ __version__ = "0.0.0+ auto.0"
1818__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
1919
2020
Original file line number Diff line number Diff line change 1313from micropython import const
1414from adafruit_rgb_display .rgb import DisplaySPI
1515
16- __version__ = "0.0.0- auto.0"
16+ __version__ = "0.0.0+ auto.0"
1717__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
1818
1919_SETCOLUMN = const (0x15 )
Original file line number Diff line number Diff line change 1515from micropython import const
1616from adafruit_rgb_display .rgb import DisplaySPI
1717
18- __version__ = "0.0.0- auto.0"
18+ __version__ = "0.0.0+ auto.0"
1919__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
2020
2121_NOP = const (0x00 )
Original file line number Diff line number Diff line change 1616from micropython import const
1717from adafruit_rgb_display .rgb import DisplaySPI
1818
19- __version__ = "0.0.0- auto.0"
19+ __version__ = "0.0.0+ auto.0"
2020__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git"
2121
2222_NOP = const (0x00 )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
1212[project ]
1313name = " adafruit-circuitpython-rgb-display"
1414description = " CircuitPython library for RGB displays."
15- version = " 0.0.0- auto.0"
15+ version = " 0.0.0+ auto.0"
1616readme = " README.rst"
1717authors = [
1818 {name = " Adafruit Industries" , email = " circuitpython@adafruit.com" }
You can’t perform that action at this time.
0 commit comments