Skip to content

Commit 92c4bc2

Browse files
author
Alec Delaney
committed
Update version string
1 parent b1bab0e commit 92c4bc2

17 files changed

+17
-17
lines changed

adafruit_featherwing/alphanum_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Author(s): Melissa LeBlanc-Williams
1212
"""
1313

14-
__version__ = "0.0.0-auto.0"
14+
__version__ = "0.0.0+auto.0"
1515
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1616

1717
import board

adafruit_featherwing/dotstar_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Author(s): Melissa LeBlanc-Williams
1212
"""
1313

14-
__version__ = "0.0.0-auto.0"
14+
__version__ = "0.0.0+auto.0"
1515
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1616

1717
import board

adafruit_featherwing/gps_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Author(s): Melissa LeBlanc-Williams
1212
"""
1313

14-
__version__ = "0.0.0-auto.0"
14+
__version__ = "0.0.0+auto.0"
1515
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1616

1717
import board

adafruit_featherwing/ina219_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Author(s): Kattni Rembor
1515
"""
1616

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

2020
import board

adafruit_featherwing/joy_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Author(s): Kattni Rembor
1212
"""
1313

14-
__version__ = "0.0.0-auto.0"
14+
__version__ = "0.0.0+auto.0"
1515
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1616

1717
import board

adafruit_featherwing/keyboard_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* adafruit_stmpe610
1717
"""
1818

19-
__version__ = "0.0.0-auto.0"
19+
__version__ = "0.0.0+auto.0"
2020
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
2121

2222
import board

adafruit_featherwing/led_segments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Author(s): Melissa LeBlanc-Williams
1212
"""
1313

14-
__version__ = "0.0.0-auto.0"
14+
__version__ = "0.0.0+auto.0"
1515
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1616

1717
# pylint: disable-msg=unsubscriptable-object, unsupported-assignment-operation

adafruit_featherwing/matrix_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Author(s): Melissa LeBlanc-Williams
1313
"""
1414

15-
__version__ = "0.0.0-auto.0"
15+
__version__ = "0.0.0+auto.0"
1616
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1717

1818
import board

adafruit_featherwing/minitft_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Author(s): Melissa LeBlanc-Williams
1313
"""
1414

15-
__version__ = "0.0.0-auto.0"
15+
__version__ = "0.0.0+auto.0"
1616
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1717

1818
from collections import namedtuple

adafruit_featherwing/neopixel_featherwing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Author(s): Melissa LeBlanc-Williams
1212
"""
1313

14-
__version__ = "0.0.0-auto.0"
14+
__version__ = "0.0.0+auto.0"
1515
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git"
1616

1717
import board

0 commit comments

Comments
 (0)