From fc6783c80a1fc383ae80286263dd15f3ce6b33e1 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 16 Aug 2022 18:09:14 -0400 Subject: [PATCH] Update version string --- adafruit_tsl2591.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_tsl2591.py b/adafruit_tsl2591.py index 4e31d87..47c9fec 100644 --- a/adafruit_tsl2591.py +++ b/adafruit_tsl2591.py @@ -31,7 +31,7 @@ from adafruit_bus_device import i2c_device -__version__ = "0.0.0-auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TSL2591.git" diff --git a/pyproject.toml b/pyproject.toml index f4ee40d..6db461e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires = [ [project] name = "adafruit-circuitpython-tsl2591" description = "CircuitPython library for TSL2591 high precision light sensor." -version = "0.0.0-auto.0" +version = "0.0.0+auto.0" readme = "README.rst" authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"}