Update version string

This commit is contained in:
Alec Delaney 2022-08-16 18:09:14 -04:00
parent b78e625dbb
commit 848b625bd3
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ try:
except ImportError:
pass
__version__ = "0.0.0-auto.0"
__version__ = "0.0.0+auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ov5640.git"
from micropython import const

View file

@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-ov5640"
description = "CircuitPython driver for OV5640 Camera"
version = "0.0.0-auto.0"
version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}