pypicoboot 1.1__tar.gz → 1.1.1__tar.gz

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: pypicoboot
3
- Version: 1.1
3
+ Version: 1.1.1
4
4
  Summary: Pico Boot for Python
5
5
  Home-page: https://github.com/polhenarejos/pypicoboot
6
6
  Author: Pol Henarejos
@@ -17,4 +17,4 @@
17
17
  */
18
18
  """
19
19
 
20
- __version__ = "1.1"
20
+ __version__ = "1.1.1"
@@ -158,7 +158,7 @@ class PicoBoot:
158
158
  if disconnected:
159
159
  self.__device.close()
160
160
 
161
- self.__observer = PicoBootObserver(self.dev)
161
+ self.__observer = PicoBootObserver(self)
162
162
  self.__monitor = PicoBootMonitor(device=self.dev, cls_callback=self.__observer)
163
163
 
164
164
  @classmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypicoboot
3
- Version: 1.1
3
+ Version: 1.1.1
4
4
  Summary: Pico Boot for Python
5
5
  Home-page: https://github.com/polhenarejos/pypicoboot
6
6
  Author: Pol Henarejos
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes