Update version string

This commit is contained in:
Alec Delaney 2022-08-16 18:09:16 -04:00
parent 204bc6c897
commit 4423f8aeab
3 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ sine audio signals.
import array
import math
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Waveform.git"

View file

@ -14,7 +14,7 @@ squard audio signals.
import array
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Waveform.git"

View file

@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-waveform"
description = "CircuitPython library for generating simple waveforms for audio."
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}