adafruit-circuitpython-si5351 1.4.7__py3-none-any.whl → 1.4.8__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adafruit-circuitpython-si5351
3
- Version: 1.4.7
3
+ Version: 1.4.8
4
4
  Summary: CircuitPython library for SI5351 clock generator module.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ adafruit_si5351.py,sha256=o8UoNYyqeNnI7OJ85uxggwoBlrkaLAx5zuxckviwhcA,20805
2
+ adafruit_circuitpython_si5351-1.4.8.dist-info/licenses/LICENSE,sha256=JKh8vHklhmbG1yo3Kb8RoUpvAbiWo-1mN044FsMIsI4,1102
3
+ adafruit_circuitpython_si5351-1.4.8.dist-info/METADATA,sha256=VshgvQhbIU2Z10uj_sPi6feTeMG1q8f0Px1FJbMaubo,3485
4
+ adafruit_circuitpython_si5351-1.4.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ adafruit_circuitpython_si5351-1.4.8.dist-info/top_level.txt,sha256=Nz5hRW4kRVOegzoCsdAX1mZCp0tR45819r42dSZu-EY,16
6
+ adafruit_circuitpython_si5351-1.4.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
adafruit_si5351.py CHANGED
@@ -25,7 +25,7 @@ try:
25
25
  except ImportError:
26
26
  pass
27
27
 
28
- __version__ = "1.4.7"
28
+ __version__ = "1.4.8"
29
29
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI5351.git"
30
30
 
31
31
 
@@ -1,6 +0,0 @@
1
- adafruit_si5351.py,sha256=tN7GKaWMMaNYDfnq8UvM7LkQQz19qBTsk68nCSnzBIo,20805
2
- adafruit_circuitpython_si5351-1.4.7.dist-info/licenses/LICENSE,sha256=JKh8vHklhmbG1yo3Kb8RoUpvAbiWo-1mN044FsMIsI4,1102
3
- adafruit_circuitpython_si5351-1.4.7.dist-info/METADATA,sha256=kkhlxEyVNK0qeznl3LmgJ6vBcd8b4ujBTOR2ZrXP3-E,3485
4
- adafruit_circuitpython_si5351-1.4.7.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
5
- adafruit_circuitpython_si5351-1.4.7.dist-info/top_level.txt,sha256=Nz5hRW4kRVOegzoCsdAX1mZCp0tR45819r42dSZu-EY,16
6
- adafruit_circuitpython_si5351-1.4.7.dist-info/RECORD,,