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 02982a5 commit ec0c23eCopy full SHA for ec0c23e
adafruit_fxas21002c.py
@@ -31,7 +31,7 @@
31
import struct
32
import time
33
34
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
35
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_FXAS21002C.git"
36
37
import adafruit_bus_device.i2c_device as i2c_dev
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-fxas21002c"
14
description = "CircuitPython library for NXP FXAS21002C gyroscope."
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