Skip to content

Commit 57cc98a

Browse files
author
Alec Delaney
committed
Update version string
1 parent 1107fe1 commit 57cc98a

17 files changed

+17
-17
lines changed

adafruit_midi/__init__.py

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

2929
from .midi_message import MIDIMessage
3030

31-
__version__ = "0.0.0-auto.0"
31+
__version__ = "0.0.0+auto.0"
3232
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
3333

3434

adafruit_midi/channel_pressure.py

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

1919
from .midi_message import MIDIMessage
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2323

2424

adafruit_midi/control_change.py

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

1919
from .midi_message import MIDIMessage
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2323

2424

adafruit_midi/control_change_values.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
"""
3737

38-
__version__ = "0.0.0-auto.0"
38+
__version__ = "0.0.0+auto.0"
3939
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
4040

4141
MOD_WHEEL = 1

adafruit_midi/midi_continue.py

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

1919
from .midi_message import MIDIMessage
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2323

2424

adafruit_midi/midi_message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
2323
"""
2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2727

2828
# From C3 - A and B are above G

adafruit_midi/mtc_quarter_frame.py

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

2121
from adafruit_midi.midi_message import MIDIMessage
2222

23-
__version__ = "0.0.0-auto.0"
23+
__version__ = "0.0.0+auto.0"
2424
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2525

2626

adafruit_midi/note_off.py

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

1919
from .midi_message import MIDIMessage, note_parser
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2323

2424

adafruit_midi/note_on.py

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

1919
from .midi_message import MIDIMessage, note_parser
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2323

2424

adafruit_midi/pitch_bend.py

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

1919
from .midi_message import MIDIMessage
2020

21-
__version__ = "0.0.0-auto.0"
21+
__version__ = "0.0.0+auto.0"
2222
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MIDI.git"
2323

2424

0 commit comments

Comments
 (0)