We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f70254c commit 838cde9Copy full SHA for 838cde9
adafruit_ds3231.py
@@ -59,7 +59,7 @@
59
except ImportError:
60
pass
61
62
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
63
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DS3231.git"
64
65
# pylint: disable-msg=too-few-public-methods
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ds3231"
14
description = "CircuitPython library for DS3231 precision real-time clock."
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