Skip to content

Commit bdadd6b

Browse files
author
Alec Delaney
committed
Update version string
1 parent 0dfa30a commit bdadd6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_slideshow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
except ImportError:
5454
pass
5555

56-
__version__ = "0.0.0-auto.0"
56+
__version__ = "0.0.0+auto.0"
5757
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Slideshow.git"
5858

5959

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-slideshow"
1414
description = "CircuitPython helper library for displaying a slideshow of images on a display."
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)