Update version string
This commit is contained in:
parent
9f83c60f54
commit
81f03e6573
5 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ from digitalio import Direction
|
|||
|
||||
from micropython import const
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||
|
||||
_PREAMBLE = const(0x00)
|
||||
|
|
|
@ -14,7 +14,7 @@ using I2C.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||
|
||||
import time
|
||||
|
|
|
@ -14,7 +14,7 @@ using SPI.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||
|
||||
import time
|
||||
|
|
|
@ -14,7 +14,7 @@ using UART.
|
|||
|
||||
"""
|
||||
|
||||
__version__ = "0.0.0-auto.0"
|
||||
__version__ = "0.0.0+auto.0"
|
||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ requires = [
|
|||
[project]
|
||||
name = "adafruit-circuitpython-pn532"
|
||||
description = "CircuitPython library for controlling PN532 RFID/NFC reader-writer."
|
||||
version = "0.0.0-auto.0"
|
||||
version = "0.0.0+auto.0"
|
||||
readme = "README.rst"
|
||||
authors = [
|
||||
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
||||
|
|
Loading…
Reference in a new issue