4904b939ef
Check Codex Skill / test-installer (push) Failing after 1s
Deploy to GitHub Pages / build (push) Failing after 1s
Check Root Skills / validate-root-skills (push) Failing after 1s
Deploy to GitHub Pages / deploy (push) Has been skipped
Publish cli-anything-hub to PyPI / publish (push) Failing after 1s
PR Labeler Tests / test (push) Failing after 1s
6 lines
94 B
Python
6 lines
94 B
Python
"""cli-anything-eth2-quickstart package."""
|
|
|
|
__all__ = ["__version__"]
|
|
|
|
__version__ = "1.0.0"
|