ut-wdp 1.2.0.20250901__tar.gz → 1.3.0.20250903__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 (23) hide show
  1. {ut_wdp-1.2.0.20250901/src/ut_wdp.egg-info → ut_wdp-1.3.0.20250903}/PKG-INFO +1 -1
  2. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp/__version__.py +1 -1
  3. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903/src/ut_wdp.egg-info}/PKG-INFO +1 -1
  4. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/.gitignore +0 -0
  5. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/LICENSE.txt +0 -0
  6. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/MANIFEST.in +0 -0
  7. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/README.docx +0 -0
  8. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/README.rst +0 -0
  9. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/git.sh +0 -0
  10. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/github.sh +0 -0
  11. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/install_types.sh +0 -0
  12. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/pyproject.toml +0 -0
  13. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/requirements.txt +0 -0
  14. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/setup.cfg +0 -0
  15. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp/__init__.py +0 -0
  16. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp/pmeh/__init__.py +0 -0
  17. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp/pmeh/py.typed +0 -0
  18. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp/pmeh/wdp.py +0 -0
  19. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp.egg-info/SOURCES.txt +0 -0
  20. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp.egg-info/dependency_links.txt +0 -0
  21. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp.egg-info/not-zip-safe +0 -0
  22. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp.egg-info/requires.txt +0 -0
  23. {ut_wdp-1.2.0.20250901 → ut_wdp-1.3.0.20250903}/src/ut_wdp.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ut_wdp
3
- Version: 1.2.0.20250901
3
+ Version: 1.3.0.20250903
4
4
  Summary: Utilities for Watchdog Processors
5
5
  Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
6
6
  Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
@@ -17,7 +17,7 @@ _now = datetime.now().strftime("%Y%m%d")
17
17
  __title__ = 'ut_wdp'
18
18
  __description__ = 'Watch Dog Processors Utilities.'
19
19
  __url__ = 'https://ut-wdp.readthedocs.io/en/latest'
20
- __version__ = f'1.2.0.{_now}'
20
+ __version__ = f'1.3.0.{_now}'
21
21
  __build__ = _now
22
22
  __author__ = 'Bernd Stroehle'
23
23
  __author_email__ = 'bernd.stroehle@gmail.com'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ut_wdp
3
- Version: 1.2.0.20250901
3
+ Version: 1.3.0.20250903
4
4
  Summary: Utilities for Watchdog Processors
5
5
  Author-email: Bernd Stroehle <bernd.stroehle@gmail.com>
6
6
  Maintainer-email: Bernd Stroehle <bernd.stroehle@gmail.com>
File without changes