hyperforge-static-string 1.0.0.post22__tar.gz → 1.0.0.post23__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 (12) hide show
  1. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/PKG-INFO +1 -1
  2. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/pyproject.toml +1 -1
  3. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string.egg-info/PKG-INFO +1 -1
  4. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/setup.cfg +0 -0
  5. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string/__init__.py +0 -0
  6. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string/agent.py +0 -0
  7. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string/py.typed +0 -0
  8. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string.egg-info/SOURCES.txt +0 -0
  9. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string.egg-info/dependency_links.txt +0 -0
  10. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string.egg-info/requires.txt +0 -0
  11. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/src/hyperforge_static_string.egg-info/top_level.txt +0 -0
  12. {hyperforge_static_string-1.0.0.post22 → hyperforge_static_string-1.0.0.post23}/tests/test_static_string.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperforge_static_string
3
- Version: 1.0.0.post22
3
+ Version: 1.0.0.post23
4
4
  Summary: A Hyperforge agent that always returns a fixed string
5
5
  License: MIT License
6
6
  Project-URL: Homepage, https://progress.com
@@ -2,7 +2,7 @@
2
2
  dependencies = ["hyperforge"]
3
3
 
4
4
  name = "hyperforge_static_string"
5
- version = "1.0.0.post22"
5
+ version = "1.0.0.post23"
6
6
  authors = []
7
7
  description = "A Hyperforge agent that always returns a fixed string"
8
8
  requires-python = ">=3.10"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperforge_static_string
3
- Version: 1.0.0.post22
3
+ Version: 1.0.0.post23
4
4
  Summary: A Hyperforge agent that always returns a fixed string
5
5
  License: MIT License
6
6
  Project-URL: Homepage, https://progress.com