Update version string
This commit is contained in:
parent
204bc6c897
commit
4423f8aeab
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue