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 1ef2303 commit f5fdff8Copy full SHA for f5fdff8
adafruit_ds1307.py
@@ -53,7 +53,7 @@
53
except ImportError:
54
pass
55
56
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
57
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DS1307.git"
58
59
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ds1307"
14
description = "CircuitPython library for DS1307 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 = "circuitpython@adafruit.com"}
0 commit comments