pypicoboot 1.3.1__tar.gz → 1.3.2__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.
Files changed (22) hide show
  1. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/PKG-INFO +1 -1
  2. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/__init__.py +1 -1
  3. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/_version.py +1 -1
  4. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/pypicoboot.egg-info/PKG-INFO +1 -1
  5. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/LICENSE +0 -0
  6. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/README.md +0 -0
  7. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/core/__init__.py +0 -0
  8. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/core/enums.py +0 -0
  9. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/core/exceptions.py +0 -0
  10. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/core/log.py +0 -0
  11. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/picoboot.py +0 -0
  12. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/picobootmonitor.py +0 -0
  13. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/tools/picotool.py +0 -0
  14. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/picoboot/utils.py +0 -0
  15. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/pypicoboot.egg-info/SOURCES.txt +0 -0
  16. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/pypicoboot.egg-info/dependency_links.txt +0 -0
  17. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/pypicoboot.egg-info/requires.txt +0 -0
  18. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/pypicoboot.egg-info/top_level.txt +0 -0
  19. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/pyproject.toml +0 -0
  20. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/setup.cfg +0 -0
  21. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/setup.py +0 -0
  22. {pypicoboot-1.3.1 → pypicoboot-1.3.2}/tests/test_000_init.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypicoboot
3
- Version: 1.3.1
3
+ Version: 1.3.2
4
4
  Summary: Pico Boot for Python
5
5
  Home-page: https://github.com/polhenarejos/pypicoboot
6
6
  Author: Pol Henarejos
@@ -1,3 +1,3 @@
1
1
  from ._version import __version__
2
- from .picoboot import PicoBoot, Model
2
+ from .picoboot import PicoBoot, Platform
3
3
  from .core.exceptions import PicoBootError, PicoBootNotFoundError, PicoBootInvalidStateError
@@ -17,4 +17,4 @@
17
17
  */
18
18
  """
19
19
 
20
- __version__ = "1.3.1"
20
+ __version__ = "1.3.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypicoboot
3
- Version: 1.3.1
3
+ Version: 1.3.2
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