adafruit-circuitpython-si5351 1.4.2__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.2
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.41.2)
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.2"
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=SQysxdncLyr95lLB_s5NoTK8tH9Tsey1YyjSRS6TJ5M,21666
2
- adafruit_circuitpython_si5351-1.4.2.dist-info/LICENSE,sha256=JKh8vHklhmbG1yo3Kb8RoUpvAbiWo-1mN044FsMIsI4,1102
3
- adafruit_circuitpython_si5351-1.4.2.dist-info/METADATA,sha256=vYx25PPgyaxRVrI9vVOX5UhUIHmrVT2VQhV6L53f7BQ,3407
4
- adafruit_circuitpython_si5351-1.4.2.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
- adafruit_circuitpython_si5351-1.4.2.dist-info/top_level.txt,sha256=Nz5hRW4kRVOegzoCsdAX1mZCp0tR45819r42dSZu-EY,16
6
- adafruit_circuitpython_si5351-1.4.2.dist-info/RECORD,,