Skip to content

Commit 13db85e

Browse files
author
Alec Delaney
committed
Update version string
1 parent 0eeeafa commit 13db85e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

adafruit_fona/adafruit_fona.py

+1-1
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_FONA.git"
4444

4545
FONA_DEFAULT_TIMEOUT_MS = 500 # TODO: Check this against arduino...

adafruit_fona/adafruit_fona_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
except ImportError:
2020
pass
2121

22-
__version__ = "0.0.0-auto.0"
22+
__version__ = "0.0.0+auto.0"
2323
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FONA.git"
2424

2525
# Network types

adafruit_fona/fona_3g.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
except ImportError:
3636
pass
3737

38-
__version__ = "0.0.0-auto.0"
38+
__version__ = "0.0.0+auto.0"
3939
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FONA.git"
4040

4141
FONA_MAX_SOCKETS = const(10)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-fona"
1414
description = "CircuitPython library for the Adafruit FONAA"
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)