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 888cdca commit c731be2Copy full SHA for c731be2
adafruit_ntp.py
@@ -22,7 +22,7 @@
22
import struct
23
import time
24
25
-__version__ = "0.0.0-auto.0"
+__version__ = "0.0.0+auto.0"
26
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_NTP.git"
27
28
NTP_TO_UNIX_EPOCH = 2208988800 # 1970-01-01 00:00:00
pyproject.toml
@@ -12,7 +12,7 @@ requires = [
12
[project]
13
name = "adafruit-circuitpython-ntp"
14
description = "Network Time Protocol (NTP) helper for Python"
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