Update version string

This commit is contained in:
Alec Delaney 2022-08-16 18:09:14 -04:00
parent ca4291133a
commit 741da5a74d
2 changed files with 3 additions and 3 deletions

View file

@ -27,7 +27,7 @@ Implementation Notes
# imports
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1305.git"
@ -49,7 +49,7 @@ try:
except ImportError:
pass
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1305.git"
# register definitions

View file

@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-ssd1305"
description = "Framebuf (non-displayio) driver for SSD1305 displays"
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}