Skip to content

Commit a7d8e5d

Browse files
author
Alec Delaney
committed
Update version string
1 parent b9201eb commit a7d8e5d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

adafruit_portalbase/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
from adafruit_display_text.bitmap_label import Label
2828
from adafruit_display_text import wrap_text_to_lines
2929

30-
__version__ = "0.0.0-auto.0"
30+
__version__ = "0.0.0+auto.0"
3131
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
3232

3333

adafruit_portalbase/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import gc
2525
import displayio
2626

27-
__version__ = "0.0.0-auto.0"
27+
__version__ = "0.0.0+auto.0"
2828
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
2929

3030

adafruit_portalbase/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
in order to use network related features"""
4343
)
4444

45-
__version__ = "0.0.0-auto.0"
45+
__version__ = "0.0.0+auto.0"
4646
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
4747

4848
# pylint: disable=line-too-long, too-many-lines

adafruit_portalbase/wifi_coprocessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import adafruit_esp32spi.adafruit_esp32spi_socket as socket
2828
import adafruit_requests as requests
2929

30-
__version__ = "0.0.0-auto.0"
30+
__version__ = "0.0.0+auto.0"
3131
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
3232

3333

adafruit_portalbase/wifi_esp32s2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
import socketpool
2828
import adafruit_requests
2929

30-
__version__ = "0.0.0-auto.0"
30+
__version__ = "0.0.0+auto.0"
3131
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PortalBase.git"
3232

3333

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-portalbase"
1414
description = "Base Library for the Portal-style libraries."
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)