We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744e61a commit e53911bCopy full SHA for e53911b
adafruit_si1145.py
@@ -31,7 +31,7 @@
31
from adafruit_bus_device import i2c_device
32
from adafruit_register.i2c_struct import Struct
33
34
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI1145.git"
36
37
# Registers
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-si1145"
14
description = "CircuitPython helper library for the SI1145 Digital UV Index IR Visible Light Sensor"
15
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
16
readme = "README.rst"
17
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments