evm-cli 2.6.0__tar.gz → 2.6.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 (41) hide show
  1. {evm_cli-2.6.0 → evm_cli-2.6.1}/PKG-INFO +2 -2
  2. {evm_cli-2.6.0 → evm_cli-2.6.1}/README.md +1 -1
  3. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/__init__.py +1 -1
  4. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm_cli.egg-info/PKG-INFO +2 -2
  5. {evm_cli-2.6.0 → evm_cli-2.6.1}/LICENSE +0 -0
  6. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/__main__.py +0 -0
  7. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_completion.py +0 -0
  8. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_crypto.py +0 -0
  9. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_groups.py +0 -0
  10. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_history.py +0 -0
  11. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_io.py +0 -0
  12. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_json.py +0 -0
  13. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_schema.py +0 -0
  14. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_typing.py +0 -0
  15. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/_upgrade.py +0 -0
  16. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/cli.py +0 -0
  17. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/exceptions.py +0 -0
  18. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/formatters.py +0 -0
  19. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm/manager.py +0 -0
  20. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm_cli.egg-info/SOURCES.txt +0 -0
  21. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm_cli.egg-info/dependency_links.txt +0 -0
  22. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm_cli.egg-info/entry_points.txt +0 -0
  23. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm_cli.egg-info/not-zip-safe +0 -0
  24. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm_cli.egg-info/requires.txt +0 -0
  25. {evm_cli-2.6.0 → evm_cli-2.6.1}/evm_cli.egg-info/top_level.txt +0 -0
  26. {evm_cli-2.6.0 → evm_cli-2.6.1}/pyproject.toml +0 -0
  27. {evm_cli-2.6.0 → evm_cli-2.6.1}/setup.cfg +0 -0
  28. {evm_cli-2.6.0 → evm_cli-2.6.1}/setup.py +0 -0
  29. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_cli_additional.py +0 -0
  30. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_cli_boundary.py +0 -0
  31. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_cli_coverage.py +0 -0
  32. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_coverage_gap.py +0 -0
  33. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_formatters.py +0 -0
  34. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_inject.py +0 -0
  35. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_io_boundary.py +0 -0
  36. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_main.py +0 -0
  37. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_main_entry.py +0 -0
  38. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_main_module.py +0 -0
  39. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_shell_integration.py +0 -0
  40. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_upgrade.py +0 -0
  41. {evm_cli-2.6.0 → evm_cli-2.6.1}/tests/test_v230_fixes.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: evm-cli
3
- Version: 2.6.0
3
+ Version: 2.6.1
4
4
  Summary: A command-line tool for managing environment variables
5
5
  Author-email: EVM Tool <evm@example.com>
6
6
  License: MIT
@@ -42,7 +42,7 @@ Dynamic: license-file
42
42
 
43
43
  A powerful command-line tool for managing environment variables on macOS and Linux systems.
44
44
 
45
- **Version**: 2.6.0
45
+ **Version**: 2.6.1
46
46
 
47
47
  ## Features
48
48
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  A powerful command-line tool for managing environment variables on macOS and Linux systems.
4
4
 
5
- **Version**: 2.6.0
5
+ **Version**: 2.6.1
6
6
 
7
7
  ## Features
8
8
 
@@ -3,7 +3,7 @@ EVM - Environment Variable Manager
3
3
  A command-line tool for managing environment variables.
4
4
  """
5
5
 
6
- __version__ = "2.6.0"
6
+ __version__ = "2.6.1"
7
7
  __author__ = "EVM Tool"
8
8
 
9
9
  from .exceptions import (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: evm-cli
3
- Version: 2.6.0
3
+ Version: 2.6.1
4
4
  Summary: A command-line tool for managing environment variables
5
5
  Author-email: EVM Tool <evm@example.com>
6
6
  License: MIT
@@ -42,7 +42,7 @@ Dynamic: license-file
42
42
 
43
43
  A powerful command-line tool for managing environment variables on macOS and Linux systems.
44
44
 
45
- **Version**: 2.6.0
45
+ **Version**: 2.6.1
46
46
 
47
47
  ## Features
48
48
 
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes