adafruit-circuitpython-si5351 1.4.1__py3-none-any.whl → 1.4.3__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: adafruit-circuitpython-si5351
3
- Version: 1.4.1
3
+ Version: 1.4.3
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=c8R-OuhfBxHEffNAIGKebo45oZ4cw6qWcHLfwZ7gM10,21666
2
+ adafruit_circuitpython_si5351-1.4.3.dist-info/LICENSE,sha256=JKh8vHklhmbG1yo3Kb8RoUpvAbiWo-1mN044FsMIsI4,1102
3
+ adafruit_circuitpython_si5351-1.4.3.dist-info/METADATA,sha256=jD0W8JH1NEHbf5xdisVwf2NagDmKjjQb5vlNZXvac1A,3407
4
+ adafruit_circuitpython_si5351-1.4.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ adafruit_circuitpython_si5351-1.4.3.dist-info/top_level.txt,sha256=Nz5hRW4kRVOegzoCsdAX1mZCp0tR45819r42dSZu-EY,16
6
+ adafruit_circuitpython_si5351-1.4.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.40.0)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
adafruit_si5351.py CHANGED
@@ -24,7 +24,7 @@ try:
24
24
  except ImportError:
25
25
  pass
26
26
 
27
- __version__ = "1.4.1"
27
+ __version__ = "1.4.3"
28
28
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SI5351.git"
29
29
 
30
30
 
@@ -1,6 +0,0 @@
1
- adafruit_si5351.py,sha256=LsI_LmCAfQ7rwbt-iV7AcnBlkD6ZRj9D1a-2zCjW2Fo,21666
2
- adafruit_circuitpython_si5351-1.4.1.dist-info/LICENSE,sha256=JKh8vHklhmbG1yo3Kb8RoUpvAbiWo-1mN044FsMIsI4,1102
3
- adafruit_circuitpython_si5351-1.4.1.dist-info/METADATA,sha256=8zZWvGBB77XBoeA-ROyAQed9vwfW6WfMFvpMSSyXtlw,3407
4
- adafruit_circuitpython_si5351-1.4.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
5
- adafruit_circuitpython_si5351-1.4.1.dist-info/top_level.txt,sha256=Nz5hRW4kRVOegzoCsdAX1mZCp0tR45819r42dSZu-EY,16
6
- adafruit_circuitpython_si5351-1.4.1.dist-info/RECORD,,