robotcode-core 0.27.0__tar.gz → 0.27.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.
Files changed (21) hide show
  1. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/PKG-INFO +4 -3
  2. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/README.md +3 -2
  3. robotcode_core-0.27.1/robotcode/core/__version__.py +1 -0
  4. robotcode_core-0.27.0/robotcode/core/__version__.py +0 -1
  5. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/.gitignore +0 -0
  6. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/LICENSE.txt +0 -0
  7. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/pyproject.toml +0 -0
  8. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/__init__.py +0 -0
  9. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/async_cache.py +0 -0
  10. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/async_itertools.py +0 -0
  11. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/async_tools.py +0 -0
  12. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/dataclasses.py +0 -0
  13. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/debugpy.py +0 -0
  14. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/event.py +0 -0
  15. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/glob_path.py +0 -0
  16. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/inspect.py +0 -0
  17. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/logging.py +0 -0
  18. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/net.py +0 -0
  19. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/path.py +0 -0
  20. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/py.typed +0 -0
  21. {robotcode_core-0.27.0 → robotcode_core-0.27.1}/robotcode/core/uri.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robotcode-core
3
- Version: 0.27.0
3
+ Version: 0.27.1
4
4
  Summary: Some core classes for RobotCode
5
5
  Project-URL: Donate, https://github.com/sponsors/d-biehl
6
6
  Project-URL: Documentation, https://github.com/d-biehl/robotcode#readme
@@ -26,8 +26,9 @@ Description-Content-Type: text/markdown
26
26
 
27
27
  # robotcode-utils
28
28
 
29
- [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-utils.svg)](https://pypi.org/project/robotcode-utils)
30
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-utils.svg)](https://pypi.org/project/robotcode-utils)
29
+ [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-core.svg)](https://pypi.org/project/robotcode-core)
30
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-core.svg)](https://pypi.org/project/robotcode-core)
31
+ [![License](https://img.shields.io/github/license/d-biehl/robotcode?style=flat&logo=apache)](https://github.com/d-biehl/robotcode/blob/master/LICENSE.txt)
31
32
 
32
33
  -----
33
34
 
@@ -1,7 +1,8 @@
1
1
  # robotcode-utils
2
2
 
3
- [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-utils.svg)](https://pypi.org/project/robotcode-utils)
4
- [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-utils.svg)](https://pypi.org/project/robotcode-utils)
3
+ [![PyPI - Version](https://img.shields.io/pypi/v/robotcode-core.svg)](https://pypi.org/project/robotcode-core)
4
+ [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/robotcode-core.svg)](https://pypi.org/project/robotcode-core)
5
+ [![License](https://img.shields.io/github/license/d-biehl/robotcode?style=flat&logo=apache)](https://github.com/d-biehl/robotcode/blob/master/LICENSE.txt)
5
6
 
6
7
  -----
7
8
 
@@ -0,0 +1 @@
1
+ __version__ = "0.27.1"
@@ -1 +0,0 @@
1
- __version__ = "0.27.0"