We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d08457b commit 4b4d1e9Copy full SHA for 4b4d1e9
adafruit_tsc2007.py
@@ -32,7 +32,7 @@
32
import digitalio
33
from adafruit_bus_device import i2c_device
34
35
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
36
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_TSC2007.git"
37
38
TSC2007_MEASURE_TEMP0 = 0
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-tsc2007"
14
description = "Python library for TSC2007 resistive touch screen driver"
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