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
|
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"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||||
|
|
||||||
_PREAMBLE = const(0x00)
|
_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"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||||
|
|
||||||
import time
|
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"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||||
|
|
||||||
import time
|
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"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_PN532.git"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ requires = [
|
||||||
[project]
|
[project]
|
||||||
name = "adafruit-circuitpython-pn532"
|
name = "adafruit-circuitpython-pn532"
|
||||||
description = "CircuitPython library for controlling PN532 RFID/NFC reader-writer."
|
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"
|
readme = "README.rst"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
{name = "Adafruit Industries", email = "circuitpython@adafruit.com"}
|
||||||
|
|
Loading…
Reference in a new issue