We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765764c commit 6cee98dCopy full SHA for 6cee98d
adafruit_avrprog.py
@@ -29,7 +29,7 @@
29
30
# imports
31
32
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
33
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_AVRprog.git"
34
35
from digitalio import Direction, DigitalInOut
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-avrprog"
14
description = "CircuitPython helper library for programming AVR chips."
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