adafruit-circuitpython-neotrellis 1.3.5__py3-none-any.whl → 1.3.8__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: adafruit-circuitpython-neotrellis
3
- Version: 1.3.5
3
+ Version: 1.3.8
4
4
  Summary: CircuitPython library for using Adafruit NeoTrellis.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,8 @@
1
+ adafruit_neotrellis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ adafruit_neotrellis/multitrellis.py,sha256=vU2awqpOTDmB55rBhWMpcTnPZMD1qXH1HnD4oKabP28,4259
3
+ adafruit_neotrellis/neotrellis.py,sha256=dHcLWj9ttSxcGi1GJ0kjBu8Sph7lZnEl6Fdgcb8XnAs,3621
4
+ adafruit_circuitpython_neotrellis-1.3.8.dist-info/LICENSE,sha256=tVVv13GUDogi08Jtty1I2olq7lOcF1KEa9vFRHd07FI,1102
5
+ adafruit_circuitpython_neotrellis-1.3.8.dist-info/METADATA,sha256=2CyUo5W53AMu7bueVApSaefB1J9R27jzd0U298yR--I,3660
6
+ adafruit_circuitpython_neotrellis-1.3.8.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
7
+ adafruit_circuitpython_neotrellis-1.3.8.dist-info/top_level.txt,sha256=35i_VHAQIoFg__nMlH2HXvCSNHHC9q-C77uxkkc2Y94,20
8
+ adafruit_circuitpython_neotrellis-1.3.8.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -28,7 +28,7 @@ Implementation Notes
28
28
  https://github.com/adafruit/Adafruit_CircuitPython_seesaw/releases
29
29
  """
30
30
 
31
- __version__ = "1.3.5"
31
+ __version__ = "1.3.8"
32
32
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_neotrellis.git"
33
33
 
34
34
 
@@ -28,7 +28,7 @@ Implementation Notes
28
28
  https://github.com/adafruit/Adafruit_CircuitPython_seesaw/releases
29
29
  """
30
30
 
31
- __version__ = "1.3.5"
31
+ __version__ = "1.3.8"
32
32
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_neotrellis.git"
33
33
 
34
34
  from time import sleep
@@ -1,8 +0,0 @@
1
- adafruit_neotrellis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- adafruit_neotrellis/multitrellis.py,sha256=OVyp8CRt3uzuk3diE0WFaGjB2OCM7YlYLCWuVV7gSXw,4259
3
- adafruit_neotrellis/neotrellis.py,sha256=hfneNwhumfAxFg1NPpwdLObO8XAjWNpWjcN3RYtY-1Y,3621
4
- adafruit_circuitpython_neotrellis-1.3.5.dist-info/LICENSE,sha256=tVVv13GUDogi08Jtty1I2olq7lOcF1KEa9vFRHd07FI,1102
5
- adafruit_circuitpython_neotrellis-1.3.5.dist-info/METADATA,sha256=yaKGUTZQlfKogi1iYfAanEot_2iJBO393dIY03Heo1c,3660
6
- adafruit_circuitpython_neotrellis-1.3.5.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
7
- adafruit_circuitpython_neotrellis-1.3.5.dist-info/top_level.txt,sha256=35i_VHAQIoFg__nMlH2HXvCSNHHC9q-C77uxkkc2Y94,20
8
- adafruit_circuitpython_neotrellis-1.3.5.dist-info/RECORD,,