From 258a6571b71d5b44b46e87acd457cb2230631a1a Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 16 Aug 2022 18:09:12 -0400 Subject: [PATCH] Update version string --- adafruit_bh1750.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adafruit_bh1750.py b/adafruit_bh1750.py index 80fcd69..ed2e9d7 100644 --- a/adafruit_bh1750.py +++ b/adafruit_bh1750.py @@ -29,7 +29,7 @@ # imports -__version__ = "0.0.0-auto.0" +__version__ = "0.0.0+auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BH1750.git" from time import sleep diff --git a/pyproject.toml b/pyproject.toml index 215ee5e..a370282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ requires = [ [project] name = "adafruit-circuitpython-bh1750" description = "CircuitPython library for use with the Adafruit BH1750 breakout" -version = "0.0.0-auto.0" +version = "0.0.0+auto.0" readme = "README.rst" authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"}