We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dfa30a commit bdadd6bCopy full SHA for bdadd6b
adafruit_slideshow.py
@@ -53,7 +53,7 @@
53
except ImportError:
54
pass
55
56
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
57
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Slideshow.git"
58
59
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-slideshow"
14
description = "CircuitPython helper library for displaying a slideshow of images on a display."
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments