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 9a0a8d4 commit 9175b35Copy full SHA for 9175b35
adafruit_bno055.py
@@ -35,7 +35,7 @@
35
from adafruit_bus_device.i2c_device import I2CDevice
36
from adafruit_register.i2c_struct import Struct, UnaryStruct
37
38
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
39
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_BNO055.git"
40
41
_CHIP_ID = const(0xA0)
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-bno055"
14
description = "CircuitPython library for BNO055 9-DOF absolute orientation 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 = "circuitpython@adafruit.com"}
0 commit comments