Skip to content

Commit 4423f8a

Browse files
author
Alec Delaney
committed
Update version string
1 parent 204bc6c commit 4423f8a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

adafruit_waveform/sine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import array
1616
import math
1717

18-
__version__ = "0.0.0-auto.0"
18+
__version__ = "0.0.0+auto.0"
1919
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Waveform.git"
2020

2121

adafruit_waveform/square.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import array
1616

17-
__version__ = "0.0.0-auto.0"
17+
__version__ = "0.0.0+auto.0"
1818
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Waveform.git"
1919

2020

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-waveform"
1414
description = "CircuitPython library for generating simple waveforms for audio."
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)