We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b30d commit 8665b46Copy full SHA for 8665b46
adafruit_ssd1306.py
@@ -29,7 +29,7 @@
29
except ImportError:
30
pass
31
32
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
33
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1306.git"
34
35
# register definitions
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ssd1306"
14
description = "CircuitPython library for SSD1306 OLED displays."
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
0 commit comments