Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Alec Delaney committed Aug 16, 2022
1 parent 1107fe1 commit 57cc98a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion adafruit_midi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/channel_pressure.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/control_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/control_change_values.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"""

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

MOD_WHEEL = 1
Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/midi_continue.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/midi_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

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

# From C3 - A and B are above G
Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/mtc_quarter_frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from adafruit_midi.midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/note_off.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage, note_parser

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/note_on.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage, note_parser

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/pitch_bend.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/polyphonic_key_pressure.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage, note_parser

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/program_change.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/system_exclusive.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion adafruit_midi/timing_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

from .midi_message import MIDIMessage

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


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-midi"
description = "A CircuitPython helper for encoding/decoding MIDI packets over a MIDI or UART connection."
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "[email protected]"}
Expand Down

0 comments on commit 57cc98a

Please sign in to comment.