Skip to content

Commit 62a2d42

Browse files
author
Alec Delaney
committed
Update version string
1 parent 6ea2a09 commit 62a2d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adafruit_atecc/adafruit_atecc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
from adafruit_bus_device.i2c_device import I2CDevice
5050
from adafruit_binascii import hexlify, unhexlify
5151

52-
__version__ = "0.0.0-auto.0"
52+
__version__ = "0.0.0+auto.0"
5353
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ATECC.git"
5454

5555

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ requires = [
1212
[project]
1313
name = "adafruit-circuitpython-atecc"
1414
description = "Driver for Microchip's ATECCx08 cryptographic co-processors with secure hardware-based key storage"
15-
version = "0.0.0-auto.0"
15+
version = "0.0.0+auto.0"
1616
readme = "README.rst"
1717
authors = [
1818
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)