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 c921146 commit 3c13e7eCopy full SHA for 3c13e7e
adafruit_ads1x15/ads1x15.py
@@ -11,7 +11,7 @@
11
* Author(s): Carter Nelson
12
"""
13
14
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
15
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_ADS1x15.git"
16
17
import time
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
[project]
name = "adafruit-circuitpython-ads1x15"
description = "CircuitPython library for controlling an ADS1x15 ADC."
-version = "0.0.0-auto.0"
+version = "0.0.0+auto.0"
readme = "README.rst"
authors = [
18
{name = "Adafruit Industries", email = "[email protected]"}
0 commit comments