We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 756a47f commit 46bed5bCopy full SHA for 46bed5b
adafruit_vc0706.py
@@ -39,7 +39,7 @@
39
except ImportError:
40
pass
41
42
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
43
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VC0706.git"
44
45
_SERIAL = const(0x00)
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-vc0706"
14
description = "CircuitPython library for VC0706 serial TTL camera."
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