Skip to content

Commit b16e34e

Browse files
author
Alec Delaney
committed
Update version string
1 parent 46cc3b4 commit b16e34e

12 files changed

+12
-12
lines changed

adafruit_imageload/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
except ImportError:
3030
pass
3131

32-
__version__ = "0.0.0-auto.0"
32+
__version__ = "0.0.0+auto.0"
3333
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
3434

3535

adafruit_imageload/bmp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
except ImportError:
2323
pass
2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
2727

2828

adafruit_imageload/bmp/indexed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
_bitmap_readinto = None # pylint: disable=invalid-name # type: Callable
3131

3232

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

3636

adafruit_imageload/displayio_types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
except ImportError:
2323
pass
2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"

adafruit_imageload/gif.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
except ImportError:
2525
pass
2626

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

3030

adafruit_imageload/pnm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
except ImportError:
3333
pass
3434

35-
__version__ = "0.0.0-auto.0"
35+
__version__ = "0.0.0+auto.0"
3636
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
3737

3838

adafruit_imageload/pnm/pbm_ascii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
except ImportError:
2424
pass
2525

26-
__version__ = "0.0.0-auto.0"
26+
__version__ = "0.0.0+auto.0"
2727
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
2828

2929

adafruit_imageload/pnm/pbm_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
except ImportError:
2323
pass
2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
2727

2828

adafruit_imageload/pnm/ppm_ascii.py

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

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

2222
try:

adafruit_imageload/pnm/ppm_binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
except ImportError:
2424
pass
2525

26-
__version__ = "0.0.0-auto.0"
26+
__version__ = "0.0.0+auto.0"
2727
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
2828

2929

adafruit_imageload/tilegrid_inflator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
except ImportError:
2323
pass
2424

25-
__version__ = "0.0.0-auto.0"
25+
__version__ = "0.0.0+auto.0"
2626
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ImageLoad.git"
2727

2828

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-imageload"
1414
description = "Displays text using CircuitPython's displayio."
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)