Update version string

This commit is contained in:
Alec Delaney 2022-08-16 18:09:15 -04:00
parent 5fca590d69
commit 24a1bdbdaf
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ import digitalio
from micropython import const
from adafruit_bus_device.spi_device import SPIDevice
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VS1053.git"
_COMMAND_BAUDRATE = const(250000) # Speed for command transfers (MUST be slow)

View file

@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-vs1053"
description = "Driver for interacting and playing media files with the VS1053 audio codec over a SPI connection."
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}