Skip to content

Commit 713d48b

Browse files
author
Alec Delaney
committed
Update version string
1 parent f6bbe94 commit 713d48b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

adafruit_funhouse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
except ImportError:
4141
pass
4242

43-
__version__ = "0.0.0-auto.0"
43+
__version__ = "0.0.0+auto.0"
4444
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git"
4545

4646

adafruit_funhouse/graphics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
import board
3131
from adafruit_portalbase.graphics import GraphicsBase
3232

33-
__version__ = "0.0.0-auto.0"
33+
__version__ = "0.0.0+auto.0"
3434
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git"
3535

3636

adafruit_funhouse/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
except ImportError:
4040
pass
4141

42-
__version__ = "0.0.0-auto.0"
42+
__version__ = "0.0.0+auto.0"
4343
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git"
4444

4545
IO_MQTT_BROKER = "io.adafruit.com"

adafruit_funhouse/peripherals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
except ImportError:
4242
pass
4343

44-
__version__ = "0.0.0-auto.0"
44+
__version__ = "0.0.0+auto.0"
4545
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.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-funhouse"
1414
description = "Helper library for the FunHouse board"
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)