Skip to content

Commit 86108cb

Browse files
author
Alec Delaney
committed
Update version string
1 parent 0dd7600 commit 86108cb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

adafruit_pyportal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from adafruit_pyportal.graphics import Graphics
3535
from adafruit_pyportal.peripherals import Peripherals
3636

37-
__version__ = "0.0.0-auto.0"
37+
__version__ = "0.0.0+auto.0"
3838
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git"
3939

4040

adafruit_pyportal/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import board
2727
from adafruit_portalbase.graphics import GraphicsBase
2828

29-
__version__ = "0.0.0-auto.0"
29+
__version__ = "0.0.0+auto.0"
3030
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git"
3131

3232

adafruit_pyportal/network.py

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

3737
# pylint: enable=unused-import
3838

39-
__version__ = "0.0.0-auto.0"
39+
__version__ = "0.0.0+auto.0"
4040
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git"
4141

4242
# you'll need to pass in an io username, width, height, format (bit depth), io key, and then url!

adafruit_pyportal/peripherals.py

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

4242
NATIVE_SD = False
4343

44-
__version__ = "0.0.0-auto.0"
44+
__version__ = "0.0.0+auto.0"
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PyPortal.git"
4646

4747

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-pyportal"
1414
description = "CircuitPython driver for Adafruit PyPortal"
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)