File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 45
45
from micropython import const
46
46
from adafruit_bus_device .spi_device import SPIDevice
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_VS1053.git"
50
50
51
51
_COMMAND_BAUDRATE = const (250000 ) # Speed for command transfers (MUST be slow)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ requires = [
12
12
[project ]
13
13
name = " adafruit-circuitpython-vs1053"
14
14
description = " Driver for interacting and playing media files with the VS1053 audio codec over a SPI connection."
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