We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 377b0ee commit c30120dCopy full SHA for c30120d
adafruit_st7565.py
@@ -37,7 +37,7 @@
37
except ImportError:
38
import adafruit_framebuf as framebuf
39
40
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
41
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ST7565.git"
42
43
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-st7565"
14
description = "CircuitPython display control library for devices using the ST7565 graphic display driver IC."
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