There was an error while loading. Please reload this page.
1 parent 0764b0a commit 74d667fCopy full SHA for 74d667f
adafruit_displayio_ssd1305.py
@@ -31,7 +31,7 @@
31
32
import displayio
33
34
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DisplayIO_SSD1305.git"
36
37
_INIT_SEQUENCE = (
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-displayio-ssd1305"
14
description = "DisplayIO driver for SSD1305 monochrome 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